Table of Contents

Struct MessageBrokerStreamDisposingEvent

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

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

public readonly struct MessageBrokerStreamDisposingEvent
Inherited Members

Properties

Source

Event source.

public MessageBrokerStreamEventSource Source { get; }

Property Value

MessageBrokerStreamEventSource

Methods

ToString()

Returns a string representation of this MessageBrokerStreamDisposingEvent instance.

[Pure]
public override string ToString()

Returns

string

String representation.