Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / WaitForHostSettle Method / WaitForHostSettle(Int32,Int32) Method
settle time (milliseconds)
wait timeout value (milliseconds). Value of 0 indicates wait indefinitely.


In This Topic
WaitForHostSettle(Int32,Int32) Method
In This Topic
Waits for host screen data to settle (no incoming data for the specified settle time). The wait timeout value should be greater than settleTime. The keyboard is disabled.
Syntax
'Declaration
 
Overloads Function WaitForHostSettle( _
   ByVal settleTime As Integer, _
   ByVal timeout As Integer _
) As ReturnCode
 
'Usage
 
Dim instance As IScreen
Dim settleTime As Integer
Dim timeout As Integer
Dim value As ReturnCode
 
value = instance.WaitForHostSettle(settleTime, timeout)

Parameters

settleTime
settle time (milliseconds)
timeout
wait timeout value (milliseconds). Value of 0 indicates wait indefinitely.

Return Value

ReturnCode indicating success/failure/status
See Also