EventHubBufferedProducerClient.OnSendSucceededAsync Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Responsable de generar el SendEventBatchSucceededAsync evento tras la publicación correcta de un 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>
Conjunto de eventos que pertenecen al lote que se publicó correctamente.
- partitionId
- String
Identificador de la partición en la que se publicó el lote de eventos.
- cancellationToken
- CancellationToken
Instancia CancellationToken de para indicar la solicitud para cancelar la publicación.
Devoluciones
Se aplica a
Azure SDK for .NET