Click or drag to resize

ISolidFireElementCancelGroupCloneAsync Method (CancelGroupCloneRequest, CancellationToken)

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#
Task<CancelGroupCloneResult> CancelGroupCloneAsync(
	CancelGroupCloneRequest obj,
	CancellationToken cancellationToken
)

Parameters

obj
Type: SolidFire.Element.ApiCancelGroupCloneRequest
cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskCancelGroupCloneResult
See Also