ClientState Enum
Namespace: Hazelcast
Assembly: Hazelcast.Net.dll
Defines the possible states of the client.
public enum ClientState
Fields
| Connected | The client is connected. |
| Disconnected | The client has been disconnected. |
| Shutdown | The client has shut down. |
| ShuttingDown | The client is shutting down. |
| Started | The client has started, and is now trying to connect to a first member. |
| Starting | The client is new and starting. |