Click or drag to resize

SolidFireElement.AbortSnapMirrorRelationshipAsync Method (CancellationToken, Int64, SnapMirrorVolumeInfo, Nullable<Boolean>)

The SolidFire Element OS web UI uses the AbortSnapMirrorRelationship method to stop SnapMirror transfers that have started but are not yet complete.

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

Parameters

cancellationToken
Type: System.Threading.CancellationToken
SnapMirrorEndpointID
Type: System.Int64
DestinationVolume
Type: SolidFire.Element.Api.SnapMirrorVolumeInfo
ClearCheckpoint (Optional)
Type: System.Nullable<Boolean>

Return Value

Type: Task<AbortSnapMirrorRelationshipResult>

Implements

ISolidFireElement.AbortSnapMirrorRelationshipAsync(CancellationToken, Int64, SnapMirrorVolumeInfo, Nullable<Boolean>)
See Also