SendEventBatchSucceededEventArgs Construtor
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.
Inicializa uma nova instância da classe SendEventBatchSucceededEventArgs.
public SendEventBatchSucceededEventArgs (System.Collections.Generic.IReadOnlyList<Azure.Messaging.EventHubs.EventData> eventBatch, string partitionId, System.Threading.CancellationToken cancellationToken);
new Azure.Messaging.EventHubs.Producer.SendEventBatchSucceededEventArgs : System.Collections.Generic.IReadOnlyList<Azure.Messaging.EventHubs.EventData> * string * System.Threading.CancellationToken -> Azure.Messaging.EventHubs.Producer.SendEventBatchSucceededEventArgs
Public Sub New (eventBatch As IReadOnlyList(Of EventData), partitionId As String, cancellationToken As CancellationToken)
Parâmetros
- eventBatch
- IReadOnlyList<EventData>
O conjunto de eventos no lote que foi publicado.
- partitionId
- String
O identificador da partição na qual o lote foi publicado.
- cancellationToken
- CancellationToken
Uma CancellationToken instância para sinalizar a solicitação para cancelar a operação.
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET