The status of this connection

Namespace: StreamBase.LiveView.API
Assembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 2.2.8.5956 (2.2.8.5956)

Syntax

         
 C#  Visual Basic  Visual C++ 
public enum ConnectionState
Public Enumeration ConnectionState
public enum class ConnectionState

Members

MemberValueDescription
CONNECTED0
Successfully connected to server
TRYING_TO_CONNECT1
Trying to connect but not complete, yet.
WAITING2
Neither connected nor attempting. Only happens if MultiConnectionConfig.preConnectAlternates is false.
INACTIVE3
Connection has been explicitly shut off via a LiveViewConnectionControl.setActive call

See Also