Attachmate Reflection 2014 .NET API Reference
WaitForHostSettle(Int32,Int32) Method


settle time (milliseconds)
wait timeout value (milliseconds). Value of 0 indicates wait indefinitely.
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)
ReturnCode WaitForHostSettle( 
   int settleTime,
   int timeout
)

Parameters

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

Return Value

ReturnCode indicating success/failure/status
Requirements

Target Platforms: Microsoft Windows 7, Microsoft Windows Vista, Microsoft Windows XP, Microsoft Windows Server 2003 Terminal Services, Microsoft Windows Server 2008 Terminal Services

See Also

Reference

IScreen Interface
IScreen Members
Overload List

Send Feedback