Table of Contents

Enum ClientStatus

Namespace
Silverback.Messaging.Broker
Assembly
Silverback.Integration.dll

The possible states of an IBrokerClient.

public enum ClientStatus

Fields

Disconnected = 0

The client is not connected and the connection hasn't been initialized yet.

Disconnecting = 3

The DisconnectAsync() method has been called and the client is disconnecting.

Initialized = 2

The client has been successfully initialized and the connection will eventually be established.

Initializing = 1

The ConnectAsync() method has been called and the client is performing the initialization.