Click or drag to resize

ISolidFireElementListVolumesAsync Method (ListVolumesRequest, CancellationToken)

The ListVolumes method enables you to retrieve a list of volumes that are in a cluster. You can specify the volumes you want to return in the list by using the available parameters.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
Task<ListVolumesResult> ListVolumesAsync(
	ListVolumesRequest obj,
	CancellationToken cancellationToken
)

Parameters

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

Return Value

Type: TaskListVolumesResult
See Also