Table of Contents

Enum MessageBrokerServerState

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

Defines possible MessageBrokerServer states.

public enum MessageBrokerServerState : byte

Fields

Created = 0

Specifies that the server has been created but not started.

Disposed = 4

Specifies that the server has been disposed.

Disposing = 3

Specifies the the server is currently being disposed.

Running = 2

Specifies that the server is currently running.

Starting = 1

Specifies that the server is currently starting.