Click or drag to resize

SolidFireElementListVolumesForAccountAsync Method (ListVolumesForAccountRequest, CancellationToken)

ListVolumesForAccount returns the list of active and (pending) deleted volumes for an account.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<ListVolumesForAccountResult> ListVolumesForAccountAsync(
	ListVolumesForAccountRequest obj,
	CancellationToken cancellationToken
)

Parameters

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

Return Value

Type: TaskListVolumesForAccountResult

Implements

ISolidFireElementListVolumesForAccountAsync(ListVolumesForAccountRequest, CancellationToken)
See Also