Table of Contents

Struct MessageBrokerRemoteClientServerTraceEvent

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

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

public readonly struct MessageBrokerRemoteClientServerTraceEvent
Inherited Members

Properties

Correlation

Correlation to a server event source.

public MessageBrokerServerEventSource Correlation { get; }

Property Value

MessageBrokerServerEventSource

Source

Event source.

public MessageBrokerRemoteClientEventSource Source { get; }

Property Value

MessageBrokerRemoteClientEventSource

Methods

ToString()

Returns a string representation of this MessageBrokerRemoteClientServerTraceEvent instance.

[Pure]
public override string ToString()

Returns

string

String representation.