Table of Contents

Struct MessageBrokerServerDisposingEvent

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

Represents an event emitted by MessageBrokerServer when it's started to be disposed.

public readonly struct MessageBrokerServerDisposingEvent
Inherited Members

Properties

Source

Event source.

public MessageBrokerServerEventSource Source { get; }

Property Value

MessageBrokerServerEventSource

Methods

ToString()

Returns a string representation of this MessageBrokerServerDisposingEvent instance.

[Pure]
public override string ToString()

Returns

string

String representation.