Click or drag to resize

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

Parameters

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

Return Value

Type: TaskRemoveVolumePairResult

Implements

ISolidFireElementRemoveVolumePairAsync(RemoveVolumePairRequest, CancellationToken)
See Also