Table of Contents

Enum MessageBrokerChannelState

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

Defines possible MessageBrokerChannel states.

public enum MessageBrokerChannelState : byte

Fields

Disposed = 2

Specifies that the channel has been disposed.

Disposing = 1

Specifies the the channel is currently being disposed.

Running = 0

Specifies that the channel is currently running.