InformationEventArgsInformationType Enumeration

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

public enum InformationType
Members

  Member nameValueDescription
Connected0 Connected (0) - The client session is connected to the host system.
Connecting1 Connecting (1) - The client session is in the process of connecting to the host system.
ConnectionFailed2 ConnectionFailed (2) - The client session failed to connect to the host system.
InputValidationError3 InputValidationError (3) - The data sent from the client is not valid according to the DataModel definition.
See Also

Reference