Describes the type of connection event being fired.

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 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