Enum MessageBrokerClientState
- Namespace
- LfrlAnvil.MessageBroker.Client
- Assembly
- LfrlAnvil.MessageBroker.Client.dll
Defines possible MessageBrokerClient states.
public enum MessageBrokerClientState : byte
Fields
Connecting = 1Specifies that the client is currently attempting to connect to the server.
Created = 0Specifies that the client has been created but not started.
Disposed = 5Specifies that the client has been disposed.
Disposing = 4Specifies the the client is currently being disposed.
Handshaking = 2Specifies that the client is currently performing a handshake with the server.
Running = 3Specifies that the client has established a handshake with the server and is currently running.