SubscriptionClient.CompleteBatchAsync(IEnumerable<Guid>) Méthode

Définition

Termine de manière asynchrone le traitement d’un lot.

public System.Threading.Tasks.Task CompleteBatchAsync (System.Collections.Generic.IEnumerable<Guid> lockTokens);
abstract member CompleteBatchAsync : seq<Guid> -> System.Threading.Tasks.Task
override this.CompleteBatchAsync : seq<Guid> -> System.Threading.Tasks.Task
Public Function CompleteBatchAsync (lockTokens As IEnumerable(Of Guid)) As Task

Paramètres

lockTokens
IEnumerable<Guid>

Jetons de verrouillage liés au message verrouillé instance.

Retours

Une tâche instance qui représente l’opération asynchrone complète de traitement par lots.

S’applique à