Click or drag to resize

SolidFireElementCompleteClusterPairingAsync Method (CompleteClusterPairingRequest, CancellationToken)

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#
public Task<CompleteClusterPairingResult> CompleteClusterPairingAsync(
	CompleteClusterPairingRequest obj,
	CancellationToken cancellationToken
)

Parameters

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

Return Value

Type: TaskCompleteClusterPairingResult

Implements

ISolidFireElementCompleteClusterPairingAsync(CompleteClusterPairingRequest, CancellationToken)
See Also