Table of Contents

Enum MessageBrokerStreamState

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

Defines possible MessageBrokerStream states.

public enum MessageBrokerStreamState : byte

Fields

Disposed = 2

Specifies that the stream has been disposed.

Disposing = 1

Specifies the the stream is currently being disposed.

Running = 0

Specifies that the stream is currently running.