EventHubBufferedProducerClient.OnSendSucceededAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Responsável por gerar o SendEventBatchSucceededAsync evento após a publicação bem-sucedida de um lote de eventos.
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
Parâmetros
- events
- IReadOnlyList<EventData>
O conjunto de eventos pertencentes ao lote que foi publicado com êxito.
- partitionId
- String
O identificador da partição na qual o lote de eventos foi publicado.
- cancellationToken
- CancellationToken
Uma CancellationToken instância para sinalizar a solicitação para cancelar a publicação.
Retornos
Aplica-se a
Azure SDK for .NET