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