Table of Contents

Struct MessageBrokerQueueTraceEvent

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

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

public readonly struct MessageBrokerQueueTraceEvent
Inherited Members

Properties

Source

Event source.

public MessageBrokerQueueEventSource Source { get; }

Property Value

MessageBrokerQueueEventSource

Type

Specifies the type of this event.

public MessageBrokerQueueTraceEventType Type { get; }

Property Value

MessageBrokerQueueTraceEventType

Remarks

SeeMessageBrokerQueueTraceEventType for more information.

Methods

ToString()

Returns a string representation of this MessageBrokerQueueTraceEvent instance.

[Pure]
public override string ToString()

Returns

string

String representation.