Click or drag to resize

SolidFireElementCancelCloneAsync Method (CancellationToken, Int64)

CancelClone enables you to stop an ongoing CloneVolume or CopyVolume process. When you cancel a group clone operation, the system completes and removes the operation's associated asyncHandle.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<CancelCloneResult> CancelCloneAsync(
	CancellationToken cancellationToken,
	long CloneID
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
CloneID
Type: SystemInt64

Return Value

Type: TaskCancelCloneResult

Implements

ISolidFireElementCancelCloneAsync(CancellationToken, Int64)
See Also