Click or drag to resize

SolidFireElementRemoveVolumePairAsync 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#
public Task<RemoveVolumePairResult> RemoveVolumePairAsync(
	CancellationToken cancellationToken,
	long VolumeID
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
VolumeID
Type: SystemInt64

Return Value

Type: TaskRemoveVolumePairResult

Implements

ISolidFireElementRemoveVolumePairAsync(CancellationToken, Int64)
See Also