Click or drag to resize

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
C#
public enum ConnectionState
Members
  Member nameValueDescription
CONNECTING0 We are trying to connect.
CONNECTED1 Connector is connected to the server.
DISCONNECTED2 Connected has lost connection to the server.
CLOSED3 Connected has been closed to the server.
See Also