Struct MessageBrokerClientHandshakeEstablishedEvent
- Namespace
- LfrlAnvil.MessageBroker.Client.Events
- Assembly
- LfrlAnvil.MessageBroker.Client.dll
Represents an event emitted by MessageBrokerClient after the handshake with the server has been established.
public readonly struct MessageBrokerClientHandshakeEstablishedEvent
- Inherited Members
Properties
Source
Event source.
public MessageBrokerClientEventSource Source { get; }
Property Value
Methods
ToString()
Returns a string representation of this MessageBrokerClientHandshakeEstablishedEvent instance.
[Pure]
public override string ToString()
Returns
- string
String representation.