TableClient.Delete(CancellationToken) Method

Definition

Deletes the table with the name used to construct this client instance.

public virtual Azure.Response Delete (System.Threading.CancellationToken cancellationToken = default);
abstract member Delete : System.Threading.CancellationToken -> Azure.Response
override this.Delete : System.Threading.CancellationToken -> Azure.Response
Public Overridable Function Delete (Optional cancellationToken As CancellationToken = Nothing) As Response

Parameters

cancellationToken
CancellationToken

A CancellationToken controlling the request lifetime.

Returns

The Response indicating the result of the operation.

Applies to