CloseReason Enum

Definition

Reason for closing an EventProcessorHost.

public enum CloseReason
type CloseReason = 
Public Enum CloseReason
Inheritance
CloseReason

Fields

LeaseLost 0

The lease was lost or transitioned to a new processor instance.

Shutdown 1

The EventProcessorHost was shutdown.

Applies to