Table of Contents

Struct MessageBrokerChannelServerTraceEvent

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

Represents an event emitted by MessageBrokerChannel that specifies correlation to a server trace.

public readonly struct MessageBrokerChannelServerTraceEvent
Inherited Members

Properties

Correlation

Correlation to a server event source.

public MessageBrokerServerEventSource Correlation { get; }

Property Value

MessageBrokerServerEventSource

Source

Event source.

public MessageBrokerChannelEventSource Source { get; }

Property Value

MessageBrokerChannelEventSource

Methods

ToString()

Returns a string representation of this MessageBrokerChannelServerTraceEvent instance.

[Pure]
public override string ToString()

Returns

string

String representation.