Click or drag to resize

SolidFireElementUpdateSnapMirrorRelationshipAsync Method (CancellationToken, Int64, SnapMirrorVolumeInfo, NullableInt64)

The SolidFire Element OS web UI uses the UpdateSnapMirrorRelationship method to make the destination volume in a SnapMirror relationship an up-to-date mirror of the source volume.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<UpdateSnapMirrorRelationshipResult> UpdateSnapMirrorRelationshipAsync(
	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: TaskUpdateSnapMirrorRelationshipResult

Implements

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