Click or drag to resize

ISolidFireElementRemoveVolumePairAsync Method (RemoveVolumePairRequest, CancellationToken)

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(
	RemoveVolumePairRequest obj,
	CancellationToken cancellationToken
)

Parameters

obj
Type: SolidFire.Element.ApiRemoveVolumePairRequest
cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskRemoveVolumePairResult
See Also