Table of Contents

Struct MessageBrokerChannelDisposedEvent

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

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

public readonly struct MessageBrokerChannelDisposedEvent
Inherited Members

Properties

Source

Event source.

public MessageBrokerChannelEventSource Source { get; }

Property Value

MessageBrokerChannelEventSource

Methods

ToString()

Returns a string representation of this MessageBrokerChannelDisposedEvent instance.

[Pure]
public override string ToString()

Returns

string

String representation.