Enum ConnectionStatus

Status of the connection to the server.

enum class Microsoft::Azure::RemoteRendering::ConnectionStatus : int32_t

Values

Name Value Description Remarks
ConnectionStatus::Disconnected 0 No connection to the server.
ConnectionStatus::Connecting 1 The client is currently connecting to the server.
ConnectionStatus::Connected 2 The client is currently connected to the server.

See also