Click or drag to resize

SolidFireElementStartVolumePairing Method (Int64, String)

StartVolumePairing enables you to create an encoded key from a volume that is used to pair with another volume. The key that this method creates is used in the CompleteVolumePairing API method to establish a volume pairing.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public StartVolumePairingResult StartVolumePairing(
	long VolumeID,
	string Mode = null
)

Parameters

VolumeID
Type: SystemInt64
Mode (Optional)
Type: SystemString

Return Value

Type: StartVolumePairingResult

Implements

ISolidFireElementStartVolumePairing(Int64, String)
See Also