CloseReason enum
An enum representing the different reasons for an EventHubConsumerClient
to stop processing
events from a partition in a consumer group of an Event Hub.
Fields
OwnershipLost | Ownership of the partition was lost or transitioned to a new processor instance. |
Shutdown | The EventProcessor was shutdown. |