Click or drag to resize

ISolidFireElementCompleteClusterPairing Method (CompleteClusterPairingRequest)

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#
CompleteClusterPairingResult CompleteClusterPairing(
	CompleteClusterPairingRequest obj
)

Parameters

obj
Type: SolidFire.Element.ApiCompleteClusterPairingRequest

Return Value

Type: CompleteClusterPairingResult
See Also