InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / WaitForHostSettle Method / WaitForHostSettle(Int32) Method
settle time (milliseconds)


In This Topic
    WaitForHostSettle(Int32) Method
    In This Topic
    Waits for host screen data to settle (no incoming data for the specified settle time).
    Syntax
    'Declaration
     
    
    Overloads Function WaitForHostSettle( _
       ByVal settleTime As Integer _
    ) As ReturnCode
    'Usage
     
    
    Dim instance As IScreen
    Dim settleTime As Integer
    Dim value As ReturnCode
     
    value = instance.WaitForHostSettle(settleTime)
    ReturnCode WaitForHostSettle( 
       int settleTime
    )

    Parameters

    settleTime
    settle time (milliseconds)

    Return Value

    ReturnCode indicating success/failure/status
    See Also