IWaitForHostSettle Method |
Waits for host screen updates to settle down.
Namespace:
MicroFocus.ZFE.Connector
Assembly:
MicroFocus.ZFE.Connector (in MicroFocus.ZFE.Connector.dll) Version: 1.7.1078.0 (1.7.1078.0)
Syntax bool ForHostSettle(
int settleTime
)
Function ForHostSettle (
settleTime As Integer
) As Boolean
Parameters
- settleTime
- Type: SystemInt32
Time to wait, in milliseconds, after the last update to make sure more data doesn’t arrive unexpectedly.
Return Value
Type:
BooleanTrue when the settle time has elapsed after receipt of the last screen update and the keyboard is unlocked.
False if the DefaultTimeout period elapses prior to the host settling down.
Remarks NOTE: wait.ForHostSettle should only be used when other more targeted wait functions are insufficient.
Monitors incoming screen data and resolves settleTime ms after the last update and the keyboard is unlocked. This
function is useful when data arrives in multiple packets and you want to be sure the whole screen has been received
before carrying on.
See Also