Struct MessageBrokerServerConnectorStartedEvent
- Namespace
- LfrlAnvil.MessageBroker.Server.Events
- Assembly
- LfrlAnvil.MessageBroker.Server.dll
Represents an event emitted by MessageBrokerServer when a new MessageBrokerRemoteClientConnector has started to wait for remote client's handshake.
public readonly struct MessageBrokerServerConnectorStartedEvent
- Inherited Members
Properties
Connector
MessageBrokerRemoteClientConnector associated with this event.
public MessageBrokerRemoteClientConnector Connector { get; }
Property Value
Source
Event source.
public MessageBrokerServerEventSource Source { get; }
Property Value
Methods
ToString()
Returns a string representation of this MessageBrokerServerConnectorStartedEvent instance.
[Pure]
public override string ToString()
Returns
- string
String representation.