Click or drag to resize

SolidFireElementCancelGroupCloneAsync Method (CancellationToken, Int64)

CancelGroupClone enables you to stop an ongoing CloneMultipleVolumes process occurring on a group of volumes. 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<CancelGroupCloneResult> CancelGroupCloneAsync(
	CancellationToken cancellationToken,
	long GroupCloneID
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
GroupCloneID
Type: SystemInt64

Return Value

Type: TaskCancelGroupCloneResult

Implements

ISolidFireElementCancelGroupCloneAsync(CancellationToken, Int64)
See Also