Compartilhar via


IEventProcessor.ProcessEventsAsync Método

Definição

Chamado pelo host do processador quando um lote de eventos chegou.

É aqui que o trabalho real do processador de eventos é feito.

public System.Threading.Tasks.Task ProcessEventsAsync (Microsoft.Azure.EventHubs.Processor.PartitionContext context, System.Collections.Generic.IEnumerable<Microsoft.Azure.EventHubs.EventData> messages);
abstract member ProcessEventsAsync : Microsoft.Azure.EventHubs.Processor.PartitionContext * seq<Microsoft.Azure.EventHubs.EventData> -> System.Threading.Tasks.Task
Public Function ProcessEventsAsync (context As PartitionContext, messages As IEnumerable(Of EventData)) As Task

Parâmetros

context
PartitionContext

Informações sobre a partição.

messages
IEnumerable<EventData>

Os eventos a serem processados.

Retornos

Aplica-se a