Table of Contents

Struct MessageBrokerUnbindPublisherResult

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

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

public readonly struct MessageBrokerUnbindPublisherResult
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 publisher to the channel.

public bool NotBound { get; }

Property Value

bool

StreamRemoved

Specifies whether the stream has been removed by the server.

public bool StreamRemoved { get; }

Property Value

bool

Methods

ToString()

Returns a string representation of this MessageBrokerUnbindPublisherResult instance.

[Pure]
public override string ToString()

Returns

string

String representation.