Sdílet prostřednictvím


StorageTableManagement.DeleteTable(String, CancellationToken) Method

Definition

Deletes the table on the service.

public bool DeleteTable (string tableName, System.Threading.CancellationToken cancellationToken);
abstract member DeleteTable : string * System.Threading.CancellationToken -> bool
override this.DeleteTable : string * System.Threading.CancellationToken -> bool
Public Function DeleteTable (tableName As String, cancellationToken As CancellationToken) As Boolean

Parameters

tableName
String
cancellationToken
CancellationToken

Returns

True if table was deleted; otherwise, false.

Implements

Applies to