CloudTable.ExecuteAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
ExecuteAsync(TableOperation, TableRequestOptions, OperationContext) |
Initiiert einen asynchronen Vorgang, der einen asynchronen Tabellenvorgang ausführt. |
ExecuteAsync(TableOperation) |
Initiiert einen asynchronen Vorgang, der einen asynchronen Tabellenvorgang ausführt. |
ExecuteAsync(TableOperation, CancellationToken) |
Initiiert einen asynchronen Vorgang, der einen asynchronen Tabellenvorgang ausführt. |
ExecuteAsync(TableOperation, TableRequestOptions, OperationContext, CancellationToken) |
Initiiert einen asynchronen Vorgang, der einen asynchronen Tabellenvorgang ausführt. |
ExecuteAsync(TableOperation, TableRequestOptions, OperationContext)
Initiiert einen asynchronen Vorgang, der einen asynchronen Tabellenvorgang ausführt.
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.Table.TableResult> ExecuteAsync (Microsoft.Azure.Cosmos.Table.TableOperation operation, Microsoft.Azure.Cosmos.Table.TableRequestOptions requestOptions, Microsoft.Azure.Cosmos.Table.OperationContext operationContext);
abstract member ExecuteAsync : Microsoft.Azure.Cosmos.Table.TableOperation * Microsoft.Azure.Cosmos.Table.TableRequestOptions * Microsoft.Azure.Cosmos.Table.OperationContext -> System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.Table.TableResult>
override this.ExecuteAsync : Microsoft.Azure.Cosmos.Table.TableOperation * Microsoft.Azure.Cosmos.Table.TableRequestOptions * Microsoft.Azure.Cosmos.Table.OperationContext -> System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.Table.TableResult>
Public Overridable Function ExecuteAsync (operation As TableOperation, requestOptions As TableRequestOptions, operationContext As OperationContext) As Task(Of TableResult)
Parameter
- operation
- TableOperation
Ein TableOperation-Objekt, das den auszuführenden Vorgang darstellt.
- 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 TableResult, das den asynchronen Vorgang darstellt.
Gilt für:
ExecuteAsync(TableOperation)
Initiiert einen asynchronen Vorgang, der einen asynchronen Tabellenvorgang ausführt.
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.Table.TableResult> ExecuteAsync (Microsoft.Azure.Cosmos.Table.TableOperation operation);
abstract member ExecuteAsync : Microsoft.Azure.Cosmos.Table.TableOperation -> System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.Table.TableResult>
override this.ExecuteAsync : Microsoft.Azure.Cosmos.Table.TableOperation -> System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.Table.TableResult>
Public Overridable Function ExecuteAsync (operation As TableOperation) As Task(Of TableResult)
Parameter
- operation
- TableOperation
Ein TableOperation-Objekt, das den auszuführenden Vorgang darstellt.
Gibt zurück
Ein Task<TResult>-Objekt vom Typ TableResult, das den asynchronen Vorgang darstellt.
Gilt für:
ExecuteAsync(TableOperation, CancellationToken)
Initiiert einen asynchronen Vorgang, der einen asynchronen Tabellenvorgang ausführt.
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.Table.TableResult> ExecuteAsync (Microsoft.Azure.Cosmos.Table.TableOperation operation, System.Threading.CancellationToken cancellationToken);
abstract member ExecuteAsync : Microsoft.Azure.Cosmos.Table.TableOperation * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.Table.TableResult>
override this.ExecuteAsync : Microsoft.Azure.Cosmos.Table.TableOperation * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.Table.TableResult>
Public Overridable Function ExecuteAsync (operation As TableOperation, cancellationToken As CancellationToken) As Task(Of TableResult)
Parameter
- operation
- TableOperation
Ein TableOperation-Objekt, das den auszuführenden 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 TableResult, das den asynchronen Vorgang darstellt.
Gilt für:
ExecuteAsync(TableOperation, TableRequestOptions, OperationContext, CancellationToken)
Initiiert einen asynchronen Vorgang, der einen asynchronen Tabellenvorgang ausführt.
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.Table.TableResult> ExecuteAsync (Microsoft.Azure.Cosmos.Table.TableOperation operation, Microsoft.Azure.Cosmos.Table.TableRequestOptions requestOptions, Microsoft.Azure.Cosmos.Table.OperationContext operationContext, System.Threading.CancellationToken cancellationToken);
abstract member ExecuteAsync : Microsoft.Azure.Cosmos.Table.TableOperation * Microsoft.Azure.Cosmos.Table.TableRequestOptions * Microsoft.Azure.Cosmos.Table.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.Table.TableResult>
override this.ExecuteAsync : Microsoft.Azure.Cosmos.Table.TableOperation * Microsoft.Azure.Cosmos.Table.TableRequestOptions * Microsoft.Azure.Cosmos.Table.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.Table.TableResult>
Public Overridable Function ExecuteAsync (operation As TableOperation, requestOptions As TableRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task(Of TableResult)
Parameter
- operation
- TableOperation
Ein TableOperation-Objekt, das den auszuführenden Vorgang darstellt.
- 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 TableResult, das den asynchronen Vorgang darstellt.
Gilt für:
Azure SDK for .NET