Table of Contents

Enum MessageBrokerListenerState

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

Defines possible MessageBrokerListener states.

public enum MessageBrokerListenerState : byte

Fields

Bound = 0

Specifies that the listener is bound to the channel and listens to messages.

Disposed = 2

Specifies that the listener has been disposed.

Disposing = 1

Specifies the listener is currently being disposed.