Table of Contents

Struct MessageBrokerRemoteClientTraceEvent

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

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

public readonly struct MessageBrokerRemoteClientTraceEvent
Inherited Members

Properties

Source

Event source.

public MessageBrokerRemoteClientEventSource Source { get; }

Property Value

MessageBrokerRemoteClientEventSource

Type

Specifies the type of this event.

public MessageBrokerRemoteClientTraceEventType Type { get; }

Property Value

MessageBrokerRemoteClientTraceEventType

Remarks

SeeMessageBrokerRemoteClientTraceEventType for more information.

Methods

ToString()

Returns a string representation of this MessageBrokerRemoteClientTraceEvent instance.

[Pure]
public override string ToString()

Returns

string

String representation.