Table of Contents

Enum MessageBrokerClientState

Namespace
LfrlAnvil.MessageBroker.Client
Assembly
LfrlAnvil.MessageBroker.Client.dll

Defines possible MessageBrokerClient states.

public enum MessageBrokerClientState : byte

Fields

Connecting = 1

Specifies that the client is currently attempting to connect to the server.

Created = 0

Specifies that the client has been created but not started.

Disposed = 5

Specifies that the client has been disposed.

Disposing = 4

Specifies the the client is currently being disposed.

Handshaking = 2

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

Running = 3

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