Table of Contents

Enum MessageBrokerChannelListenerBindingState

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

Defines possible MessageBrokerChannelListenerBinding states.

public enum MessageBrokerChannelListenerBindingState : byte

Fields

Created = 0

Specifies that the listener is in the process of being bound.

Deactivating = 2

Specifies that the listener binding is currently being deactivated.

Disposed = 5

Specifies that the listener binding has been disposed.

Disposing = 4

Specifies that the listener binding is currently being disposed.

Inactive = 3

Specifies that the listener binding is currently inactive.

Running = 1

Specifies that the listener binding is currently running.