Click or drag to resize

SolidFireElementInitializeSnapMirrorRelationshipAsync Method (CancellationToken, Int64, SnapMirrorVolumeInfo, NullableInt64)

The SolidFire Element OS web UI uses the InitializeSnapMirrorRelationship method to initialize the destination volume in a SnapMirror relationship by performing an initial baseline transfer between clusters.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<InitializeSnapMirrorRelationshipResult> InitializeSnapMirrorRelationshipAsync(
	CancellationToken cancellationToken,
	long SnapMirrorEndpointID,
	SnapMirrorVolumeInfo DestinationVolume,
	Nullable<long> MaxTransferRate = null
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
SnapMirrorEndpointID
Type: SystemInt64
DestinationVolume
Type: SolidFire.Element.ApiSnapMirrorVolumeInfo
MaxTransferRate (Optional)
Type: SystemNullableInt64

Return Value

Type: TaskInitializeSnapMirrorRelationshipResult

Implements

ISolidFireElementInitializeSnapMirrorRelationshipAsync(CancellationToken, Int64, SnapMirrorVolumeInfo, NullableInt64)
See Also