Enum MessageBrokerChannelState
- Namespace
- LfrlAnvil.MessageBroker.Server
- Assembly
- LfrlAnvil.MessageBroker.Server.dll
Defines possible MessageBrokerChannel states.
public enum MessageBrokerChannelState : byte
Fields
Disposed = 2Specifies that the channel has been disposed.
Disposing = 1Specifies the the channel is currently being disposed.
Running = 0Specifies that the channel is currently running.