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