Table of Contents

Struct MessageBrokerRemoteClientSystemNotificationSentEvent

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

Represents an event emitted by MessageBrokerRemoteClient after a system notification has been sent to the client.

public readonly struct MessageBrokerRemoteClientSystemNotificationSentEvent
Inherited Members

Properties

Source

Event source.

public MessageBrokerRemoteClientEventSource Source { get; }

Property Value

MessageBrokerRemoteClientEventSource

Type

System notification's type.

public MessageBrokerSystemNotificationType Type { get; }

Property Value

MessageBrokerSystemNotificationType

Methods

ToString()

Returns a string representation of this MessageBrokerRemoteClientSystemNotificationSentEvent instance.

[Pure]
public override string ToString()

Returns

string

String representation.