Click or drag to resize

SolidFireElementStartVolumePairingAsync Method (CancellationToken, 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 Task<StartVolumePairingResult> StartVolumePairingAsync(
	CancellationToken cancellationToken,
	long VolumeID,
	string Mode = null
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
VolumeID
Type: SystemInt64
Mode (Optional)
Type: SystemString

Return Value

Type: TaskStartVolumePairingResult

Implements

ISolidFireElementStartVolumePairingAsync(CancellationToken, Int64, String)
See Also