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
Type
Specifies the type of this event.
public MessageBrokerQueueTraceEventType Type { get; }
Property Value
Remarks
SeeMessageBrokerQueueTraceEventType for more information.
Methods
ToString()
Returns a string representation of this MessageBrokerQueueTraceEvent instance.
[Pure]
public override string ToString()
Returns
- string
String representation.