Freigeben über


CloudTable.DeleteIfExistsAsync Methode

Definition

Überlädt

DeleteIfExistsAsync()

Initiiert einen asynchronen Vorgang zum Löschen der Tabelle, sofern vorhanden.

DeleteIfExistsAsync(CancellationToken)

Initiiert einen asynchronen Vorgang zum Löschen der Tabelle, sofern vorhanden.

DeleteIfExistsAsync(TableRequestOptions, OperationContext)

Initiiert einen asynchronen Vorgang zum Löschen der Tabelle, sofern vorhanden.

DeleteIfExistsAsync(TableRequestOptions, OperationContext, CancellationToken)

Initiiert einen asynchronen Vorgang zum Löschen der Tabelle, sofern vorhanden.

DeleteIfExistsAsync()

Initiiert einen asynchronen Vorgang zum Löschen der Tabelle, sofern vorhanden.

public virtual System.Threading.Tasks.Task<bool> DeleteIfExistsAsync ();
abstract member DeleteIfExistsAsync : unit -> System.Threading.Tasks.Task<bool>
override this.DeleteIfExistsAsync : unit -> System.Threading.Tasks.Task<bool>
Public Overridable Function DeleteIfExistsAsync () As Task(Of Boolean)

Gibt zurück

Ein Task<TResult>-Objekt vom Typ bool, das den asynchronen Vorgang darstellt.

Gilt für:

DeleteIfExistsAsync(CancellationToken)

Initiiert einen asynchronen Vorgang zum Löschen der Tabelle, sofern vorhanden.

public virtual System.Threading.Tasks.Task<bool> DeleteIfExistsAsync (System.Threading.CancellationToken cancellationToken);
abstract member DeleteIfExistsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
override this.DeleteIfExistsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
Public Overridable Function DeleteIfExistsAsync (cancellationToken As CancellationToken) As Task(Of Boolean)

Parameter

cancellationToken
CancellationToken

Ein CancellationToken, das beim Warten auf den Abschluss einer Aufgabe überwacht werden soll.

Gibt zurück

Ein Task<TResult>-Objekt vom Typ bool, das den asynchronen Vorgang darstellt.

Gilt für:

DeleteIfExistsAsync(TableRequestOptions, OperationContext)

Initiiert einen asynchronen Vorgang zum Löschen der Tabelle, sofern vorhanden.

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

Parameter

requestOptions
TableRequestOptions

Ein TableRequestOptions-Objekt, das zusätzliche Optionen für die Anforderung angibt.

operationContext
OperationContext

Ein OperationContext-Objekt, das den Kontext für den aktuellen Vorgang darstellt.

Gibt zurück

Ein Task<TResult>-Objekt vom Typ bool, das den asynchronen Vorgang darstellt.

Gilt für:

DeleteIfExistsAsync(TableRequestOptions, OperationContext, CancellationToken)

Initiiert einen asynchronen Vorgang zum Löschen der Tabelle, sofern vorhanden.

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

Parameter

requestOptions
TableRequestOptions

Ein TableRequestOptions-Objekt, das zusätzliche Optionen für die Anforderung angibt.

operationContext
OperationContext

Ein OperationContext-Objekt, das den Kontext für den aktuellen Vorgang darstellt.

cancellationToken
CancellationToken

Ein CancellationToken, das beim Warten auf den Abschluss einer Aufgabe überwacht werden soll.

Gibt zurück

Ein Task<TResult>-Objekt vom Typ bool, das den asynchronen Vorgang darstellt.

Gilt für: