Enum MessageBrokerStreamState
- Namespace
- LfrlAnvil.MessageBroker.Server
- Assembly
- LfrlAnvil.MessageBroker.Server.dll
Defines possible MessageBrokerStream states.
public enum MessageBrokerStreamState : byte
Fields
Disposed = 2Specifies that the stream has been disposed.
Disposing = 1Specifies the the stream is currently being disposed.
Running = 0Specifies that the stream is currently running.