Table of Contents

Struct MessageBrokerServerListenerStartedEvent

Namespace
LfrlAnvil.MessageBroker.Server.Events
Assembly
LfrlAnvil.MessageBroker.Server.dll

Represents an event emitted by MessageBrokerServer when the internal TcpListener has been started successfully.

public readonly struct MessageBrokerServerListenerStartedEvent
Inherited Members

Properties

Source

Event source.

public MessageBrokerServerEventSource Source { get; }

Property Value

MessageBrokerServerEventSource

Methods

ToString()

Returns a string representation of this MessageBrokerServerListenerStartedEvent instance.

[Pure]
public override string ToString()

Returns

string

String representation.