Table of Contents

Struct MessageBrokerChannelTraceEvent

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

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

public readonly struct MessageBrokerChannelTraceEvent
Inherited Members

Properties

Source

Event source.

public MessageBrokerChannelEventSource Source { get; }

Property Value

MessageBrokerChannelEventSource

Type

Specifies the type of this event.

public MessageBrokerChannelTraceEventType Type { get; }

Property Value

MessageBrokerChannelTraceEventType

Remarks

SeeMessageBrokerChannelTraceEventType for more information.

Methods

ToString()

Returns a string representation of this MessageBrokerChannelTraceEvent instance.

[Pure]
public override string ToString()

Returns

string

String representation.