Click or drag to resize

ISolidFireElementCompleteClusterPairingAsync Method (CancellationToken, String)

You can use the CompleteClusterPairing method with the encoded key received from the StartClusterPairing method to complete the cluster pairing process. The CompleteClusterPairing method is the second step in the cluster pairing process.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
Task<CompleteClusterPairingResult> CompleteClusterPairingAsync(
	CancellationToken cancellationToken,
	string ClusterPairingKey
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
ClusterPairingKey
Type: SystemString

Return Value

Type: TaskCompleteClusterPairingResult
See Also