The status of this connection
Namespace: StreamBase.LiveView.APIAssembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 2.1.0.17852 (2.1.0.17852)
Syntax
| C# | Visual Basic | Visual C++ |
public enum ConnectionState
Public Enumeration ConnectionState
public enum class ConnectionState
Members
| Member | Value | Description |
|---|---|---|
| CONNECTED | 0 |
Successfully connected to server
|
| TRYING_TO_CONNECT | 1 |
Trying to connect but not complete, yet.
|
| WAITING | 2 |
Neither connected nor attempting. Only happens if MultiConnectionConfig.preConnectAlternates is false.
|
| INACTIVE | 3 |
Connection has been explicitly shut off via a LiveViewConnectionControl.setActive call
|