Click or drag to resize

ISolidFireElementRemoveVolumePair Method (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#
RemoveVolumePairResult RemoveVolumePair(
	long VolumeID
)

Parameters

VolumeID
Type: SystemInt64

Return Value

Type: RemoveVolumePairResult
See Also