Table of Contents

Enum MessageBrokerServerTraceEventType

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

Represents the type of a MessageBrokerServerTraceEvent.

public enum MessageBrokerServerTraceEventType : byte

Fields

AcceptClient = 1

Specifies that trace is related to accepting newly connected client.

Dispose = 2

Specifies that trace is related to the server disposal.

Start = 0

Specifies that trace is related to the server starting.

Unexpected = 3

Specifies that trace is related to an unexpected occurrence in the server e.g. an error.