EventHubBufferedProducerClient.OnSendSucceededAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Responsable du déclenchement de l’événement SendEventBatchSucceededAsync en cas de publication réussie d’un lot d’événements.
protected virtual System.Threading.Tasks.Task OnSendSucceededAsync (System.Collections.Generic.IReadOnlyList<Azure.Messaging.EventHubs.EventData> events, string partitionId, System.Threading.CancellationToken cancellationToken = default);
abstract member OnSendSucceededAsync : System.Collections.Generic.IReadOnlyList<Azure.Messaging.EventHubs.EventData> * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.OnSendSucceededAsync : System.Collections.Generic.IReadOnlyList<Azure.Messaging.EventHubs.EventData> * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Protected Overridable Function OnSendSucceededAsync (events As IReadOnlyList(Of EventData), partitionId As String, Optional cancellationToken As CancellationToken = Nothing) As Task
Paramètres
- events
- IReadOnlyList<EventData>
Ensemble d’événements appartenant au lot qui a été publié avec succès.
- partitionId
- String
Identificateur de la partition sur laquelle le lot d’événements a été publié.
- cancellationToken
- CancellationToken
Une CancellationToken instance pour signaler la demande d’annulation de la publication.
Retours
S’applique à
Azure SDK for .NET