Click or drag to resize

SolidFireElementAbortSnapMirrorRelationship Method (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
C#
public AbortSnapMirrorRelationshipResult AbortSnapMirrorRelationship(
	long SnapMirrorEndpointID,
	SnapMirrorVolumeInfo DestinationVolume,
	Nullable<bool> ClearCheckpoint = null
)

Parameters

SnapMirrorEndpointID
Type: SystemInt64
DestinationVolume
Type: SolidFire.Element.ApiSnapMirrorVolumeInfo
ClearCheckpoint (Optional)
Type: SystemNullableBoolean

Return Value

Type: AbortSnapMirrorRelationshipResult

Implements

ISolidFireElementAbortSnapMirrorRelationship(Int64, SnapMirrorVolumeInfo, NullableBoolean)
See Also