CloudTable.DeleteAsync Method

Definition

Overloads

DeleteAsync(TableRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to delete a table.

DeleteAsync(TableRequestOptions, OperationContext)

Initiates an asynchronous operation to delete a table.

DeleteAsync()

Initiates an asynchronous operation to delete a table.

DeleteAsync(CancellationToken)

Initiates an asynchronous operation to delete a table.

DeleteAsync(TableRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to delete a table.

public virtual System.Threading.Tasks.Task DeleteAsync (Microsoft.Azure.Cosmos.Table.TableRequestOptions requestOptions, Microsoft.Azure.Cosmos.Table.OperationContext operationContext, System.Threading.CancellationToken cancellationToken);
abstract member DeleteAsync : Microsoft.Azure.Cosmos.Table.TableRequestOptions * Microsoft.Azure.Cosmos.Table.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.DeleteAsync : Microsoft.Azure.Cosmos.Table.TableRequestOptions * Microsoft.Azure.Cosmos.Table.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function DeleteAsync (requestOptions As TableRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task

Parameters

requestOptions
TableRequestOptions

A TableRequestOptions object that specifies additional options for the request.

operationContext
OperationContext

An OperationContext object that represents the context for the current operation.

cancellationToken
CancellationToken

A CancellationToken to observe while waiting for a task to complete.

Returns

A Task object that represents the asynchronous operation.

Applies to

DeleteAsync(TableRequestOptions, OperationContext)

Initiates an asynchronous operation to delete a table.

public virtual System.Threading.Tasks.Task DeleteAsync (Microsoft.Azure.Cosmos.Table.TableRequestOptions requestOptions, Microsoft.Azure.Cosmos.Table.OperationContext operationContext);
abstract member DeleteAsync : Microsoft.Azure.Cosmos.Table.TableRequestOptions * Microsoft.Azure.Cosmos.Table.OperationContext -> System.Threading.Tasks.Task
override this.DeleteAsync : Microsoft.Azure.Cosmos.Table.TableRequestOptions * Microsoft.Azure.Cosmos.Table.OperationContext -> System.Threading.Tasks.Task
Public Overridable Function DeleteAsync (requestOptions As TableRequestOptions, operationContext As OperationContext) As Task

Parameters

requestOptions
TableRequestOptions

A TableRequestOptions object that specifies additional options for the request.

operationContext
OperationContext

An OperationContext object that represents the context for the current operation.

Returns

A Task object that represents the asynchronous operation.

Applies to

DeleteAsync()

Initiates an asynchronous operation to delete a table.

public virtual System.Threading.Tasks.Task DeleteAsync ();
abstract member DeleteAsync : unit -> System.Threading.Tasks.Task
override this.DeleteAsync : unit -> System.Threading.Tasks.Task
Public Overridable Function DeleteAsync () As Task

Returns

A Task object that represents the asynchronous operation.

Applies to

DeleteAsync(CancellationToken)

Initiates an asynchronous operation to delete a table.

public virtual System.Threading.Tasks.Task DeleteAsync (System.Threading.CancellationToken cancellationToken);
abstract member DeleteAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.DeleteAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function DeleteAsync (cancellationToken As CancellationToken) As Task

Parameters

cancellationToken
CancellationToken

A CancellationToken to observe while waiting for a task to complete.

Returns

A Task object that represents the asynchronous operation.

Applies to