Enum MessageBrokerChannelListenerBindingState
- Namespace
- LfrlAnvil.MessageBroker.Server
- Assembly
- LfrlAnvil.MessageBroker.Server.dll
Defines possible MessageBrokerChannelListenerBinding states.
public enum MessageBrokerChannelListenerBindingState : byte
Fields
Created = 0Specifies that the listener is in the process of being bound.
Deactivating = 2Specifies that the listener binding is currently being deactivated.
Disposed = 5Specifies that the listener binding has been disposed.
Disposing = 4Specifies that the listener binding is currently being disposed.
Inactive = 3Specifies that the listener binding is currently inactive.
Running = 1Specifies that the listener binding is currently running.