Table of Contents

Enum MessageBrokerRemoteClientState

Namespace
LfrlAnvil.MessageBroker.Server
Assembly
LfrlAnvil.MessageBroker.Server.dll

Defines possible MessageBrokerRemoteClient states.

public enum MessageBrokerRemoteClientState : byte

Fields

Created = 0

Specifies that the client has been created but not started.

Deactivating = 3

Specifies that the client is currently being deactivated.

Disposed = 6

Specifies that the client has been disposed.

Disposing = 5

Specifies the client is currently being disposed.

Handshaking = 1

Specifies that the client is currently performing a handshake with the remote client.

Inactive = 4

Specifies that the client is currently inactive.

Running = 2

Specifies that the client has established a handshake with the remote client and is currently running.