Table of Contents

Class MessageBrokerRemoteClientDeactivatedException

Namespace
LfrlAnvil.MessageBroker.Server.Exceptions
Assembly
LfrlAnvil.MessageBroker.Server.dll

Represents an exception thrown when MessageBrokerRemoteClient is in a deactivated state.

public class MessageBrokerRemoteClientDeactivatedException : OperationCanceledException, ISerializable
Inheritance
MessageBrokerRemoteClientDeactivatedException
Implements
Inherited Members

Constructors

MessageBrokerRemoteClientDeactivatedException(MessageBrokerRemoteClient, bool)

public MessageBrokerRemoteClientDeactivatedException(MessageBrokerRemoteClient client, bool disposed)

Parameters

client MessageBrokerRemoteClient

Deactivated MessageBrokerRemoteClient.

disposed bool

Specifies whether the client has been disposed.

Properties

Client

public MessageBrokerRemoteClient Client { get; }

Property Value

MessageBrokerRemoteClient

Disposed

Specifies whether the Client has been disposed.

public bool Disposed { get; }

Property Value

bool