Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmPrinter Interface / KeepAliveTimeout Property


In This Topic
    KeepAliveTimeout Property (IIbmPrinter)
    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
    'Declaration
     
    
    Property KeepAliveTimeout As Integer
    'Usage
     
    
    Dim instance As IIbmPrinter
    Dim value As Integer
     
    instance.KeepAliveTimeout = value
     
    value = instance.KeepAliveTimeout
    int KeepAliveTimeout {get; set;}
    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