Table of Contents

Struct MessageBrokerServerTraceEvent

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

Represents an event emitted by MessageBrokerServer due to an operation trace starting or ending.

public readonly struct MessageBrokerServerTraceEvent
Inherited Members

Properties

Source

Event source.

public MessageBrokerServerEventSource Source { get; }

Property Value

MessageBrokerServerEventSource

Type

Specifies the type of this event.

public MessageBrokerServerTraceEventType Type { get; }

Property Value

MessageBrokerServerTraceEventType

Remarks

SeeMessageBrokerServerTraceEventType for more information.

Methods

ToString()

Returns a string representation of this MessageBrokerServerTraceEvent instance.

[Pure]
public override string ToString()

Returns

string

String representation.