Click or drag to resize

ISolidFireElementQuiesceSnapMirrorRelationshipAsync Method (CancellationToken, Int64, SnapMirrorVolumeInfo)

The SolidFire Element OS web UI uses the QuiesceSnapMirrorRelationship method to disable future data transfers for a SnapMirror relationship. If a transfer is in progress, the relationship status becomes "quiescing" until the transfer is complete. If the current transfer is aborted, it will not restart. You can reenable data transfers for the relationship using the ResumeSnapMirrorRelationship API method.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
Task<QuiesceSnapMirrorRelationshipResult> QuiesceSnapMirrorRelationshipAsync(
	CancellationToken cancellationToken,
	long SnapMirrorEndpointID,
	SnapMirrorVolumeInfo DestinationVolume
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
SnapMirrorEndpointID
Type: SystemInt64
DestinationVolume
Type: SolidFire.Element.ApiSnapMirrorVolumeInfo

Return Value

Type: TaskQuiesceSnapMirrorRelationshipResult
See Also