Click or drag to resize

SolidFireElementRemoveClusterPairAsync Method (CancellationToken, Int64)

You can use the RemoveClusterPair method to close the open connections between two paired clusters. Note: Before you remove a cluster pair, you must first remove all volume pairing to the clusters with the "RemoveVolumePair" API method.

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

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
ClusterPairID
Type: SystemInt64

Return Value

Type: TaskRemoveClusterPairResult

Implements

ISolidFireElementRemoveClusterPairAsync(CancellationToken, Int64)
See Also