Enum MessageBrokerRemoteClientState
- Namespace
- LfrlAnvil.MessageBroker.Server
- Assembly
- LfrlAnvil.MessageBroker.Server.dll
Defines possible MessageBrokerRemoteClient states.
public enum MessageBrokerRemoteClientState : byte
Fields
Created = 0Specifies that the client has been created but not started.
Deactivating = 3Specifies that the client is currently being deactivated.
Disposed = 6Specifies that the client has been disposed.
Disposing = 5Specifies the client is currently being disposed.
Handshaking = 1Specifies that the client is currently performing a handshake with the remote client.
Inactive = 4Specifies that the client is currently inactive.
Running = 2Specifies that the client has established a handshake with the remote client and is currently running.