ProcessingStoppedReason Enum

Definition

The reason for stopping event processing for a given partition.

public enum ProcessingStoppedReason
type ProcessingStoppedReason = 
Public Enum ProcessingStoppedReason
Inheritance
ProcessingStoppedReason

Fields

OwnershipLost 1

The ownership of the associated partition was lost.

Shutdown 0

A request was made to stop processing.

Applies to