Click or drag to resize

ISolidFireElementListActiveVolumesAsync Method (CancellationToken, NullableInt64, NullableInt64, NullableBoolean)

ListActiveVolumes enables you to return the list of active volumes currently in the system. The list of volumes is returned sorted in VolumeID order and can be returned in multiple parts (pages).

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

Parameters

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

Return Value

Type: TaskListActiveVolumesResult
See Also