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


KeepAliveTimeout Property (IbmPrinter)
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
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