Enum MessageBrokerPublisherState
- Namespace
- LfrlAnvil.MessageBroker.Client
- Assembly
- LfrlAnvil.MessageBroker.Client.dll
Defines possible MessageBrokerPublisher states.
public enum MessageBrokerPublisherState : byte
Fields
Bound = 0Specifies that the publisher is bound to the channel and allows to publish messages.
Disposed = 2Specifies that the publisher has been disposed.
Disposing = 1Specifies the publisher is currently being disposed.