Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmTerminal Object / AsyncTransportEnabled Property
In This Topic
    AsyncTransportEnabled Property
    In This Topic
    Gets or sets a value indicating whether the terminal reverts to polling mode for host interactions.
    Syntax
    expression.AsyncTransportEnabled As Boolean
    where expression is a variable that represents a IbmTerminal Object
    Exceptions
    ExceptionDescription
    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