InfoConnect for Airlines VBA Guide
TelnetKeepAliveTimeout Property
Gets or sets the interval (in seconds) between keep alive requests sent by the emulator.
Syntax
Object.TelnetKeepAliveTimeout As Long
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeException This exception is thrown if the set parameter is outside the range of valid values.
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 relevant only if TelnetKeepAlive is set to KeepAliveNOP or KeepAliveTimingMark. The default value is 600. The range of values is 1 - 9999.
See Also