Click or drag to resize

SolidFireElementListStorageContainersAsync Method (CancellationToken, Guid)

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(
	CancellationToken cancellationToken,
	Guid[] StorageContainerIDs = null
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
StorageContainerIDs (Optional)
Type: SystemGuid

Return Value

Type: TaskListStorageContainersResult

Implements

ISolidFireElementListStorageContainersAsync(CancellationToken, Guid)
See Also