Table of Contents

Struct MessageBrokerClientProcessingSystemNotificationEvent

Namespace
LfrlAnvil.MessageBroker.Client.Events
Assembly
LfrlAnvil.MessageBroker.Client.dll

Represents an event emitted by MessageBrokerClient when attempting to process received system notification from the server.

public readonly struct MessageBrokerClientProcessingSystemNotificationEvent
Inherited Members

Properties

Source

Event source.

public MessageBrokerClientEventSource Source { get; }

Property Value

MessageBrokerClientEventSource

Type

System notification's type.

public MessageBrokerSystemNotificationType Type { get; }

Property Value

MessageBrokerSystemNotificationType

Remarks

See MessageBrokerSystemNotificationType for more information.

Methods

ToString()

Returns a string representation of this MessageBrokerClientProcessingSystemNotificationEvent instance.

[Pure]
public override string ToString()

Returns

string

String representation.