Click or drag to resize

ISolidFireElementRemoveVolumePairAsync Method (CancellationToken, Int64)

RemoveVolumePair enables you to remove the remote pairing between two volumes. Use this method on both the source and target volumes that are paired together. When you remove the volume pairing information, data is no longer replicated to or from the volume.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
Task<RemoveVolumePairResult> RemoveVolumePairAsync(
	CancellationToken cancellationToken,
	long VolumeID
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
VolumeID
Type: SystemInt64

Return Value

Type: TaskRemoveVolumePairResult
See Also