Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IbmPrinter Class / KeepAliveTimeout Property


In This Topic
    KeepAliveTimeout Property (IbmPrinter)
    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
     
    
    Public Property KeepAliveTimeout As Integer
    'Usage
     
    
    Dim instance As IbmPrinter
    Dim value As Integer
     
    instance.KeepAliveTimeout = value
     
    value = instance.KeepAliveTimeout
    public 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