Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / Wait Method
wait time in milliseconds


In This Topic
Wait Method (IScreen)
In This Topic
Wait for the specified duration.
Syntax
'Declaration
 
Function Wait( _
   ByVal waitTime As Integer _
) As ReturnCode
 
'Usage
 
Dim instance As IScreen
Dim waitTime As Integer
Dim value As ReturnCode
 
value = instance.Wait(waitTime)

Parameters

waitTime
wait time in milliseconds
See Also