Click or drag to resize

ConnectionState Enumeration

The state of a connection.

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)
Members
  Member nameValueDescription
New1 Indicates that the connection is new and has not been started.
Initializing2 Indicates that the connection is being initialized but no connecting attempts have been made.
Connecting3 Indicates that the connection is currently connecting.
Connected4 Indicates that the connection is currently connected.
Failing5 Indicates that the connection has encountered an error and is cleaning up.
Failed6 Indicates that the connection has encountered an error and has cleaned up.
Closing7 Indicates that the connection has been instructed to close and is cleaning up.
Closed8 Indicates that the connection has been instructed to close and has cleaned up.
See Also