Click or drag to resize

SolidFireElementListActivePairedVolumesAsync Method (CancellationToken, NullableInt64, NullableInt64)

ListActivePairedVolumes enables you to list all the active volumes paired with a volume. This method returns information about volumes with active and pending pairings.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<ListActivePairedVolumesResult> ListActivePairedVolumesAsync(
	CancellationToken cancellationToken,
	Nullable<long> StartVolumeID = null,
	Nullable<long> Limit = null
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
StartVolumeID (Optional)
Type: SystemNullableInt64
Limit (Optional)
Type: SystemNullableInt64

Return Value

Type: TaskListActivePairedVolumesResult

Implements

ISolidFireElementListActivePairedVolumesAsync(CancellationToken, NullableInt64, NullableInt64)
See Also