InfoConnect for Airlines VBA Guide
AsyncTransportEnabled Property
Gets or sets a value indicating whether the terminal reverts to polling mode for host interactions.
Syntax
Object.AsyncTransportEnabled As Boolean
Exceptions
ExceptionDescription
Attachmate.Reflection.SecuredSettingException This exception is thrown when you modify a property that was secured via the Permissions Manager, or that can only be modified by an Administrator.
Remarks
This property is mainly used for diagnostic purposes. Setting this property causes an error when the terminal is connected to a host. Use the IsConnected property to determine if a connection already exists. The default is true.
See Also