Click or drag to resize

SolidFireElementCancelGroupClone Method (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 CancelGroupCloneResult CancelGroupClone(
	long GroupCloneID
)

Parameters

GroupCloneID
Type: SystemInt64

Return Value

Type: CancelGroupCloneResult

Implements

ISolidFireElementCancelGroupClone(Int64)
See Also