Partilhar via


EventHubBufferedProducerClient.OnSendFailedAsync Método

Definição

Responsável por gerar o SendEventBatchFailedAsync evento após a publicação com falha de um lote de eventos, depois que todas as tentativas qualificadas forem esgotadas.

protected virtual System.Threading.Tasks.Task OnSendFailedAsync (System.Collections.Generic.IReadOnlyList<Azure.Messaging.EventHubs.EventData> events, Exception exception, string partitionId, System.Threading.CancellationToken cancellationToken = default);
abstract member OnSendFailedAsync : System.Collections.Generic.IReadOnlyList<Azure.Messaging.EventHubs.EventData> * Exception * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.OnSendFailedAsync : System.Collections.Generic.IReadOnlyList<Azure.Messaging.EventHubs.EventData> * Exception * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Protected Overridable Function OnSendFailedAsync (events As IReadOnlyList(Of EventData), exception As Exception, partitionId As String, Optional cancellationToken As CancellationToken = Nothing) As Task

Parâmetros

events
IReadOnlyList<EventData>

O conjunto de eventos que pertencem ao lote que não foi publicado.

exception
Exception

O Exception que foi gerado quando os eventos não foram publicados.

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