Click or drag to resize

SolidFireElementModifyVolumePairAsync Method (CancellationToken, Int64, NullableBoolean, String, NullableInt64)

ModifyVolumePair enables you to pause or restart replication between a pair of volumes.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<ModifyVolumePairResult> ModifyVolumePairAsync(
	CancellationToken cancellationToken,
	long VolumeID,
	Nullable<bool> PausedManual = null,
	string Mode = null,
	Nullable<long> PauseLimit = null
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
VolumeID
Type: SystemInt64
PausedManual (Optional)
Type: SystemNullableBoolean
Mode (Optional)
Type: SystemString
PauseLimit (Optional)
Type: SystemNullableInt64

Return Value

Type: TaskModifyVolumePairResult

Implements

ISolidFireElementModifyVolumePairAsync(CancellationToken, Int64, NullableBoolean, String, NullableInt64)
See Also