InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IConnectingSettingsBestNetwork Interface / Timeout Property


In This Topic
Timeout Property (IConnectingSettingsBestNetwork)
In This Topic
Specifies the time (in milliseconds) during which InfoConnect attempts to make a connection before timing out.
Syntax
'Declaration
 
Property Timeout As Integer
 
'Usage
 
Dim instance As IConnectingSettingsBestNetwork
Dim value As Integer
 
instance.Timeout = value
 
value = instance.Timeout

Property Value

The default value is 0. The range of values is 0 - 65535. This value cannot be changed if the connection is open.
Remarks
When this setting is 0 (the default), InfoConnect timeout behavior is determined by your Windows operating system. The timeout period begins after the host name is resolved.
See Also