Share via


TableServiceClient.DeleteTableAsync(String, CancellationToken) Método

Definição

Exclui uma tabela no serviço.

public virtual System.Threading.Tasks.Task<Azure.Response> DeleteTableAsync (string tableName, System.Threading.CancellationToken cancellationToken = default);
abstract member DeleteTableAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
override this.DeleteTableAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function DeleteTableAsync (tableName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)

Parâmetros

tableName
String

O nome da tabela a ser excluída.

cancellationToken
CancellationToken

Um CancellationToken que controla o tempo de vida da solicitação.

Retornos

O Response que indica o resultado da operação.

Aplica-se a