Click or drag to resize

SolidFireElementRemoveClusterPairAsync Method (RemoveClusterPairRequest, CancellationToken)

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(
	RemoveClusterPairRequest obj,
	CancellationToken cancellationToken
)

Parameters

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

Return Value

Type: TaskRemoveClusterPairResult

Implements

ISolidFireElementRemoveClusterPairAsync(RemoveClusterPairRequest, CancellationToken)
See Also