Dela via


IStorageTableManagement.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
Public Function DeleteTable (tableName As String, cancellationToken As CancellationToken) As Boolean

Parameters

tableName
String
cancellationToken
CancellationToken

A CancellationToken controlling the request lifetime.

Returns

True if table was deleted; otherwise, false.

Applies to