Click or drag to resize

ConnectionState Enumeration

Defines the session's connection state.

Namespace:  MicroFocus.ZFE.Connector
Assembly:  MicroFocus.ZFE.Connector (in MicroFocus.ZFE.Connector.dll) Version: 1.2.292.0 (1.2.292.0)
Syntax
public enum ConnectionState
Members
  Member nameDescription
Connecting The session is in the process of connecting.
Connected The session is connected.
Disconnecting The session is in the process of disconnecting.
Disconnected The session is disconnected.
See Also