Click or drag to resize

SolidFireElementCompleteVolumePairingAsync Method (CancellationToken, String, Int64)

You can use the CompleteVolumePairing method to complete the pairing of two volumes.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<CompleteVolumePairingResult> CompleteVolumePairingAsync(
	CancellationToken cancellationToken,
	string VolumePairingKey,
	long VolumeID
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
VolumePairingKey
Type: SystemString
VolumeID
Type: SystemInt64

Return Value

Type: TaskCompleteVolumePairingResult

Implements

ISolidFireElementCompleteVolumePairingAsync(CancellationToken, String, Int64)
See Also