Click or drag to resize

ISolidFireElementListActiveVolumesAsync Method (ListActiveVolumesRequest, CancellationToken)

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(
	ListActiveVolumesRequest obj,
	CancellationToken cancellationToken
)

Parameters

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

Return Value

Type: TaskListActiveVolumesResult
See Also