ConnectionStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Status of the connection to the server.
public enum class ConnectionStatus
public enum ConnectionStatus
type ConnectionStatus =
Public Enum ConnectionStatus
- Inheritance
-
ConnectionStatus
Fields
Name | Value | Description |
---|---|---|
Disconnected | 0 | No connection to the server. |
Connecting | 1 | The client is currently connecting to the server. |
Connected | 2 | The client is currently connected to the server. |