Click or drag to resize

SolidFireElementListStorageContainersAsync Method (ListStorageContainersRequest, CancellationToken)

ListStorageContainers enables you to retrieve information about all virtual volume storage containers known to the system.

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

Parameters

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

Return Value

Type: TaskListStorageContainersResult

Implements

ISolidFireElementListStorageContainersAsync(ListStorageContainersRequest, CancellationToken)
See Also