Click or drag to resize

SolidFireElementDeleteStorageContainersAsync Method (CancellationToken, Guid)

DeleteStorageContainers enables you to remove up to 2000 Virtual Volume (VVol) storage containers from the system at one time. The storage containers you remove must not contain any VVols.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<DeleteStorageContainerResult> DeleteStorageContainersAsync(
	CancellationToken cancellationToken,
	Guid[] StorageContainerIDs
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
StorageContainerIDs
Type: SystemGuid

Return Value

Type: TaskDeleteStorageContainerResult

Implements

ISolidFireElementDeleteStorageContainersAsync(CancellationToken, Guid)
See Also