Enum MessageBrokerChannelPublisherBindingState
- Namespace
- LfrlAnvil.MessageBroker.Server
- Assembly
- LfrlAnvil.MessageBroker.Server.dll
Defines possible MessageBrokerChannelPublisherBinding states.
public enum MessageBrokerChannelPublisherBindingState : byte
Fields
Created = 0Specifies that the publisher is in the process of being bound.
Deactivating = 2Specifies that the publisher binding is currently being deactivated.
Disposed = 5Specifies that the publisher binding has been disposed.
Disposing = 4Specifies that the publisher binding is currently being disposed.
Inactive = 3Specifies that the publisher binding is currently inactive.
Running = 1Specifies that the publisher binding is currently running.