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
Listener
Unbound listener.
public MessageBrokerChannelListenerBinding Listener { get; }
Property Value
QueueRemoved
Specifies whether removal of the queue bound to the Listener was part of the unbinding operation.
public bool QueueRemoved { get; }
Property Value
Source
Event source.
public MessageBrokerRemoteClientEventSource Source { get; }
Property Value
Methods
ToString()
Returns a string representation of this MessageBrokerRemoteClientListenerUnboundEvent instance.
[Pure]
public override string ToString()
Returns
- string
String representation.