Table of Contents

Struct MessageBrokerChannelDisposingEvent

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

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

public readonly struct MessageBrokerChannelDisposingEvent
Inherited Members

Properties

Source

Event source.

public MessageBrokerChannelEventSource Source { get; }

Property Value

MessageBrokerChannelEventSource

Methods

ToString()

Returns a string representation of this MessageBrokerChannelDisposingEvent instance.

[Pure]
public override string ToString()

Returns

string

String representation.