Describes the type of connection event being fired.

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

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