Table of Contents

Enum MessageBrokerChannelPublisherBindingState

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

Defines possible MessageBrokerChannelPublisherBinding states.

public enum MessageBrokerChannelPublisherBindingState : byte

Fields

Created = 0

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

Deactivating = 2

Specifies that the publisher binding is currently being deactivated.

Disposed = 5

Specifies that the publisher binding has been disposed.

Disposing = 4

Specifies that the publisher binding is currently being disposed.

Inactive = 3

Specifies that the publisher binding is currently inactive.

Running = 1

Specifies that the publisher binding is currently running.