Click or drag to resize

ISolidFireElementCompleteClusterPairing Method (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#
CompleteClusterPairingResult CompleteClusterPairing(
	string ClusterPairingKey
)

Parameters

ClusterPairingKey
Type: SystemString

Return Value

Type: CompleteClusterPairingResult
See Also