InfoConnect for Airlines
AsyncTransportEnabled Property


Gets or sets a value indicating whether the terminal reverts to polling mode for host interactions.
Syntax
'Declaration
 
Property AsyncTransportEnabled As Boolean
'Usage
 
Dim instance As IIbmTerminal
Dim value As Boolean
 
instance.AsyncTransportEnabled = value
 
value = instance.AsyncTransportEnabled
bool AsyncTransportEnabled {get; set;}
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