ConnectionEvent Enumeration |
An enumeration that indicates the type of a connection event
Namespace: CFX.TransportAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic enum ConnectionEvent
Public Enumeration ConnectionEvent
MembersMember name | Value | Description |
---|
ConnectionEstablished | 0 |
Connection with established successfully
|
ConnectionFailed | 1 |
Connection could not be established
|
ConnectionInterrupted | 2 |
Connection was previously established, but has been interrupted
|
ConnectionClosed | 3 |
Connection has been ended
|
See Also