Attachmate Reflection 2014 .NET API Reference
AsyncTransportEnabled Property


Gets or sets a value that specifies 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.
Requirements

Target Platforms: Microsoft Windows 7, Microsoft Windows Vista, Microsoft Windows XP, Microsoft Windows Server 2003 Terminal Services, Microsoft Windows Server 2008 Terminal Services

See Also

Reference

IIbmTerminal Interface
IIbmTerminal Members

Send Feedback