IStorageTableManagement.DeleteTable(String, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.