Table of Contents

Struct MessageBrokerChannelCreatedEvent

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

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

public readonly struct MessageBrokerChannelCreatedEvent
Inherited Members

Properties

Source

Event source.

public MessageBrokerChannelEventSource Source { get; }

Property Value

MessageBrokerChannelEventSource

Methods

ToString()

Returns a string representation of this MessageBrokerChannelCreatedEvent instance.

[Pure]
public override string ToString()

Returns

string

String representation.