The status of this connection
            
Namespace: StreamBase.LiveView.APIAssembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 2.2.0.23177 (2.2.0.23177)
 Syntax
Syntax
| C# | Visual Basic | Visual C++ | 
public enum ConnectionState
Public Enumeration ConnectionState
public enum class ConnectionState
 Members
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
             | 


























