Enum CloseReason
- Namespace
- Microsoft.ServiceBus.Messaging
- Assembly
- Microsoft.ServiceBus.dll
Enumerates the reason for closing of session.
public enum CloseReason
Fields
LeaseLost = 1
Specifies that the current lease has been lost.
Shutdown = 0
Specifies that the server is shutting down.