Describes the type of connection event being fired.
Namespace: StreamBase.LiveView.APIAssembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 10.3.0.4 (10.3.0.4)
Syntax
| C# | Visual Basic | Visual C++ |
public enum ConnectionEventType
Public Enumeration ConnectionEventType
public enum class ConnectionEventType
Members
| Member | Value | Description |
|---|---|---|
| CONNECTION_ESTABLISHED | 0 |
Connection attempt was succesful.
|
| CONNECTION_CLOSED | 1 |
The connection has been closed by the user.
|
| CONNECTION_LOST | 2 |
The connection was severed unexpectedly.
|