ISolidFireElementAbortSnapMirrorRelationshipAsync Method (CancellationToken, Int64, SnapMirrorVolumeInfo, NullableBoolean) |
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 Task<AbortSnapMirrorRelationshipResult> AbortSnapMirrorRelationshipAsync(
CancellationToken cancellationToken,
long SnapMirrorEndpointID,
SnapMirrorVolumeInfo DestinationVolume,
Nullable<bool> ClearCheckpoint = null
)
Parameters
- cancellationToken
- Type: System.ThreadingCancellationToken
- SnapMirrorEndpointID
- Type: SystemInt64
- DestinationVolume
- Type: SolidFire.Element.ApiSnapMirrorVolumeInfo
- ClearCheckpoint (Optional)
- Type: SystemNullableBoolean
Return Value
Type:
TaskAbortSnapMirrorRelationshipResultSee Also