你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Azure.Messaging.EventHubs.Processor Namespace

Classes

PartitionClosingEventArgs

Contains information about the partition whose processing is being stopped.

PartitionInitializingEventArgs

Contains information about a partition that an EventProcessorClient will be processing events from. It can also be used to specify the position within a partition where the associated EventProcessorClient should begin reading events in case it cannot find a checkpoint.

Structs

CheckpointPosition

The position in a partition's event stream to use when updating a checkpoint, indicating that an event processor should begin reading from the next event.

ProcessErrorEventArgs

Contains information about an exception that occurred within the processor, whether for a specific partition or as part of the processor's internal operations.

ProcessEventArgs

Contains information about a partition that has attempted to receive an event from the Azure Event Hub service in an EventProcessorClient context, as well as the received event, if any. It allows creating a checkpoint based on the associated event.

Enums

LoadBalancingStrategy

The strategy that an event processor will use to make decisions about partition ownership when performing load balancing to share work with other event processors.

ProcessingStoppedReason

The reason for stopping event processing for a given partition.