Table of Contents

Struct MessageBrokerRemoteClientListenerUnboundEvent

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

Represents an event emitted by MessageBrokerRemoteClient related to a listener being successfully unbound.

public readonly struct MessageBrokerRemoteClientListenerUnboundEvent
Inherited Members

Properties

ChannelRemoved

Specifies whether removal of the channel bound to the Listener was part of the unbinding operation.

public bool ChannelRemoved { get; }

Property Value

bool

Listener

Unbound listener.

public MessageBrokerChannelListenerBinding Listener { get; }

Property Value

MessageBrokerChannelListenerBinding

QueueRemoved

Specifies whether removal of the queue bound to the Listener was part of the unbinding operation.

public bool QueueRemoved { get; }

Property Value

bool

Source

Event source.

public MessageBrokerRemoteClientEventSource Source { get; }

Property Value

MessageBrokerRemoteClientEventSource

Methods

ToString()

Returns a string representation of this MessageBrokerRemoteClientListenerUnboundEvent instance.

[Pure]
public override string ToString()

Returns

string

String representation.