Table of Contents

Struct MessageBrokerStreamDisposedEvent

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

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

public readonly struct MessageBrokerStreamDisposedEvent
Inherited Members

Properties

Source

Event source.

public MessageBrokerStreamEventSource Source { get; }

Property Value

MessageBrokerStreamEventSource

Methods

ToString()

Returns a string representation of this MessageBrokerStreamDisposedEvent instance.

[Pure]
public override string ToString()

Returns

string

String representation.