InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / ConnectionSettingsSecureShell Object / Timeout Property
In This Topic
Timeout Property (ConnectionSettingsSecureShell)
In This Topic
Specifies the time (in milliseconds) during which InfoConnect attempts to make a connection before timing out.
Syntax
expression.Timeout As Integer
where expression is a variable that represents a ConnectionSettingsSecureShell Object
Remarks
When this setting is zero (the default), InfoConnect timeout behavior is determined by your Windows operating system. The timeout period begins after the host name resolved. This means an additional delay equal to the amount of time required for host resolution, usually a few seconds beyond the value specified.

The range of values is 0 - 65535.

This value cannot be changed if the connection is open.
See Also