Freigeben über


CloudTable.ExecuteBatchAsync Methode

Definition

Überlädt

ExecuteBatchAsync(TableBatchOperation)

Initiiert einen asynchronen Vorgang zum Ausführen eines Batches von Vorgängen für eine Tabelle.

ExecuteBatchAsync(TableBatchOperation, CancellationToken)

Initiiert einen asynchronen Vorgang zum Ausführen eines Batches von Vorgängen für eine Tabelle.

ExecuteBatchAsync(TableBatchOperation, TableRequestOptions, OperationContext)

Initiiert einen asynchronen Vorgang zum Ausführen eines Batches von Vorgängen für eine Tabelle.

ExecuteBatchAsync(TableBatchOperation, TableRequestOptions, OperationContext, CancellationToken)

Initiiert einen asynchronen Vorgang zum Ausführen eines Batches von Vorgängen für eine Tabelle.

ExecuteBatchAsync(TableBatchOperation)

Initiiert einen asynchronen Vorgang zum Ausführen eines Batches von Vorgängen für eine Tabelle.

public virtual System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.Table.TableBatchResult> ExecuteBatchAsync (Microsoft.Azure.Cosmos.Table.TableBatchOperation batch);
abstract member ExecuteBatchAsync : Microsoft.Azure.Cosmos.Table.TableBatchOperation -> System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.Table.TableBatchResult>
override this.ExecuteBatchAsync : Microsoft.Azure.Cosmos.Table.TableBatchOperation -> System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.Table.TableBatchResult>
Public Overridable Function ExecuteBatchAsync (batch As TableBatchOperation) As Task(Of TableBatchResult)

Parameter

batch
TableBatchOperation

Das TableBatchOperation-Objekt, das die Vorgänge darstellt, die für die Tabelle ausgeführt werden sollen.

Gibt zurück

Ein Task<TResult> Objekt, das eine Liste vom Typ TableResult ist, die den asynchronen Vorgang darstellt.

Gilt für:

ExecuteBatchAsync(TableBatchOperation, CancellationToken)

Initiiert einen asynchronen Vorgang zum Ausführen eines Batches von Vorgängen für eine Tabelle.

public virtual System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.Table.TableBatchResult> ExecuteBatchAsync (Microsoft.Azure.Cosmos.Table.TableBatchOperation batch, System.Threading.CancellationToken cancellationToken);
abstract member ExecuteBatchAsync : Microsoft.Azure.Cosmos.Table.TableBatchOperation * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.Table.TableBatchResult>
override this.ExecuteBatchAsync : Microsoft.Azure.Cosmos.Table.TableBatchOperation * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.Table.TableBatchResult>
Public Overridable Function ExecuteBatchAsync (batch As TableBatchOperation, cancellationToken As CancellationToken) As Task(Of TableBatchResult)

Parameter

batch
TableBatchOperation

Das TableBatchOperation-Objekt, das die Vorgänge darstellt, die für die Tabelle ausgeführt werden sollen.

cancellationToken
CancellationToken

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

Gibt zurück

Ein Task<TResult> Objekt, das eine Liste vom Typ TableResult ist, die den asynchronen Vorgang darstellt.

Gilt für:

ExecuteBatchAsync(TableBatchOperation, TableRequestOptions, OperationContext)

Initiiert einen asynchronen Vorgang zum Ausführen eines Batches von Vorgängen für eine Tabelle.

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

Parameter

batch
TableBatchOperation

Das TableBatchOperation-Objekt, das die Vorgänge darstellt, die für die Tabelle ausgeführt werden sollen.

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, das eine Liste vom Typ TableResult ist, die den asynchronen Vorgang darstellt.

Gilt für:

ExecuteBatchAsync(TableBatchOperation, TableRequestOptions, OperationContext, CancellationToken)

Initiiert einen asynchronen Vorgang zum Ausführen eines Batches von Vorgängen für eine Tabelle.

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

Parameter

batch
TableBatchOperation

Das TableBatchOperation-Objekt, das die Vorgänge darstellt, die für die Tabelle ausgeführt werden sollen.

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, das eine Liste vom Typ TableResult ist, die den asynchronen Vorgang darstellt.

Gilt für: