Struct MessageBrokerClientTraceEvent
- Namespace
- LfrlAnvil.MessageBroker.Client.Events
- Assembly
- LfrlAnvil.MessageBroker.Client.dll
Represents an event emitted by MessageBrokerClient due to an operation trace starting or ending.
public readonly struct MessageBrokerClientTraceEvent
- Inherited Members
Properties
Source
Event source.
public MessageBrokerClientEventSource Source { get; }
Property Value
Type
Specifies the type of this event.
public MessageBrokerClientTraceEventType Type { get; }
Property Value
Remarks
SeeMessageBrokerClientTraceEventType for more information.
Methods
ToString()
Returns a string representation of this MessageBrokerClientTraceEvent instance.
[Pure]
public override string ToString()
Returns
- string
String representation.