Table of Contents

Struct MessageBrokerUnbindListenerResult

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

Represents the result of unbinding a client from a channel as a listener.

public readonly struct MessageBrokerUnbindListenerResult
Inherited Members

Properties

ChannelRemoved

Specifies whether the channel has been removed by the server.

public bool ChannelRemoved { get; }

Property Value

bool

NotBound

Specifies whether request to the server has been cancelled because the client is not locally bound as a listener to the channel.

public bool NotBound { get; }

Property Value

bool

QueueRemoved

Specifies whether the queue has been removed by the server.

public bool QueueRemoved { get; }

Property Value

bool

Methods

ToString()

Returns a string representation of this MessageBrokerUnbindListenerResult instance.

[Pure]
public override string ToString()

Returns

string

String representation.