InfoConnect for Airlines
TelnetKeepAliveTimeout Property


Gets or sets the interval (in seconds) between keep alive requests.
Syntax
'Declaration
 
Property TelnetKeepAliveTimeout As Integer
'Usage
 
Dim instance As IIbmTerminal
Dim value As Integer
 
instance.TelnetKeepAliveTimeout = value
 
value = instance.TelnetKeepAliveTimeout
int TelnetKeepAliveTimeout {get; set;}
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 esecured 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