Table of Contents

Struct MessageBrokerClientSenderNameProcessedEvent

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

Represents an event emitted by MessageBrokerClient after successfully processing system notification of SenderName type.

public readonly struct MessageBrokerClientSenderNameProcessedEvent
Inherited Members

Properties

NewName

Sender's name.

public string NewName { get; }

Property Value

string

OldName

Previous sender's name.

public string? OldName { get; }

Property Value

string

SenderId

Unique id of the sender.

public int SenderId { get; }

Property Value

int

Source

Event source.

public MessageBrokerClientEventSource Source { get; }

Property Value

MessageBrokerClientEventSource

Methods

ToString()

Returns a string representation of this MessageBrokerClientSenderNameProcessedEvent instance.

[Pure]
public override string ToString()

Returns

string

String representation.