The InformationType enumeration is used to convey information about the current state of the connection.
Namespace: ABSuite.AccessLayer.Connector.Core
Assembly: Unisys.ABSuite.AccessLayer.Connector.Core (in Unisys.ABSuite.AccessLayer.Connector.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Connected | 0 | Connected (0) - The client session is connected to the host system. | |
Connecting | 1 | Connecting (1) - The client session is in the process of connecting to the host system. | |
ConnectionFailed | 2 | ConnectionFailed (2) - The client session failed to connect to the host system. | |
InputValidationError | 3 | InputValidationError (3) - The data sent from the client is not valid according to the DataModel definition. |
See Also