Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmTerminal Object / TelnetKeepAliveTimeout Property
In This Topic
    TelnetKeepAliveTimeout Property
    In This Topic
    Gets or sets the interval (in seconds) between keep alive requests sent by the emulator.
    Syntax
    expression.TelnetKeepAliveTimeout As Integer
    where expression is a variable that represents a IbmTerminal Object
    Exceptions
    ExceptionDescription
    This exception is thrown if the set parameter is outside the range of valid values.
    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