CloudBlobClient.ExecuteBatchAsync Methode

Definition

Führt eine Batchvorgangsanforderung aus und gibt die Antworten für jeden Untervorgang zurück.

public System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Storage.Blob.BlobBatchSubOperationResponse>> ExecuteBatchAsync (Microsoft.Azure.Storage.Blob.BatchOperation batchOperation, Microsoft.Azure.Storage.Blob.BlobRequestOptions requestOptions = default, Microsoft.Azure.Storage.OperationContext operationContext = default, System.Threading.CancellationToken cancellationToken = default);
member this.ExecuteBatchAsync : Microsoft.Azure.Storage.Blob.BatchOperation * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Storage.Blob.BlobBatchSubOperationResponse>>
Public Function ExecuteBatchAsync (batchOperation As BatchOperation, Optional requestOptions As BlobRequestOptions = Nothing, Optional operationContext As OperationContext = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IList(Of BlobBatchSubOperationResponse))

Parameter

batchOperation
BatchOperation

Die BatchOperation mit dem Satz von Unteroperationen, die in die Anforderung eingeschlossen werden sollen.

requestOptions
BlobRequestOptions

Ein BlobRequestOptions-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

Gilt für: