BlobContainerDeleteContainerAsync Method

Deletes the Blob container

Definition

Namespace: InnerDrive.Azure
Assembly: InnerDrive.Azure (in InnerDrive.Azure.dll) Version: 5.2.9417.0
C#
public Task DeleteContainerAsync(
	CancellationToken cancellationToken = default
)

Parameters

cancellationToken  CancellationToken  (Optional)
A CancellationToken that can be used to cancel the operation.

Return Value

Task

See Also