WSConnectorConnectionState Enumeration |
ConnectionState enumeration describes the current state of this connector.
Namespace:
IBM.Watson.DeveloperCloud.Connection
Assembly:
unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax public enum ConnectionState
Members
| Member name | Value | Description |
---|
| CONNECTING | 0 |
We are trying to connect.
|
| CONNECTED | 1 |
Connector is connected to the server.
|
| DISCONNECTED | 2 |
Connected has lost connection to the server.
|
| CLOSED | 3 |
Connected has been closed to the server.
|
See Also