Enum ClientStatus
- Namespace
- Silverback.Messaging.Broker
- Assembly
- Silverback.Integration.dll
The possible states of an IBrokerClient.
public enum ClientStatus
Fields
Disconnected = 0The client is not connected and the connection hasn't been initialized yet.
Disconnecting = 3The DisconnectAsync() method has been called and the client is disconnecting.
Initialized = 2The client has been successfully initialized and the connection will eventually be established.
Initializing = 1The ConnectAsync() method has been called and the client is performing the initialization.