Struct MessageBrokerRemoteClientEventSource
- Namespace
- LfrlAnvil.MessageBroker.Server.Events
- Assembly
- LfrlAnvil.MessageBroker.Server.dll
Represents a source of an event emitted by MessageBrokerRemoteClient.
public readonly struct MessageBrokerRemoteClientEventSource
- Inherited Members
Properties
Client
MessageBrokerRemoteClient that emitted an event.
public MessageBrokerRemoteClient Client { get; }
Property Value
TraceId
Identifier of an internal trace, with which an event is correlated to.
public ulong TraceId { get; }
Property Value
Remarks
Can be used to correlate multiple events together, which are part of the same operation.
Methods
ToString()
Returns a string representation of this MessageBrokerRemoteClientEventSource instance.
[Pure]
public override string ToString()
Returns
- string
String representation.