ISolidFireElementCompleteVolumePairingAsync 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 Task<CompleteVolumePairingResult> CompleteVolumePairingAsync(
CancellationToken cancellationToken,
string VolumePairingKey,
long VolumeID
)
Parameters
- cancellationToken
- Type: System.ThreadingCancellationToken
- VolumePairingKey
- Type: SystemString
- VolumeID
- Type: SystemInt64
Return Value
Type:
TaskCompleteVolumePairingResultSee Also