Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmPrinter Object / KeepAliveTimeout Property
In This Topic
    KeepAliveTimeout Property
    In This Topic
    Gets or sets the interval, measured in seconds, between keep alive requests sent by Reflection. This property is relevant only if KeepAliveValue is set to KeepAliveNOP or KeepAliveTimingMark.
    Syntax
    expression.KeepAliveTimeout As Integer
    where expression is a variable that represents a IbmPrinter Object
    Exceptions
    ExceptionDescription
    Thrown if the set parameter is outside the range of valid values.
    Remarks
    The default value is 600. The range of values is 1 to 9999.
    See Also