ConnectionState Enumeration |
Defines the session's connection state.
Namespace:
MicroFocus.ZFE.Connector
Assembly:
MicroFocus.ZFE.Connector (in MicroFocus.ZFE.Connector.dll) Version: 2.1.1566.0 (2.1.1566.0)
Syntax public enum ConnectionState
Public Enumeration ConnectionState
Members
| Member name | Description |
---|
| 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