Enum MessageBrokerServerState
- Namespace
- LfrlAnvil.MessageBroker.Server
- Assembly
- LfrlAnvil.MessageBroker.Server.dll
Defines possible MessageBrokerServer states.
public enum MessageBrokerServerState : byte
Fields
Created = 0Specifies that the server has been created but not started.
Disposed = 4Specifies that the server has been disposed.
Disposing = 3Specifies the the server is currently being disposed.
Running = 2Specifies that the server is currently running.
Starting = 1Specifies that the server is currently starting.