Describes the type of connection event being fired.

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

Syntax

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

Members

MemberValueDescription
CONNECTION_ESTABLISHED0
Connection attempt was succesful.
CONNECTION_CLOSED1
The connection has been closed by the user.
CONNECTION_LOST2
The connection was severed unexpectedly.

See Also