Attachmate.Reflection.Emulation.OpenSystems Assembly > Attachmate.Reflection.Emulation.OpenSystems Namespace > IScreen Interface > WaitForStrings Method : WaitForStrings(String[],Int32) Method |
'Declaration
Overloads Function WaitForStrings( _ ByVal text() As String, _ ByVal timeout As Integer _ ) As ReturnCode
'Usage
Dim instance As IScreen Dim text() As String Dim timeout As Integer Dim value As ReturnCode value = instance.WaitForStrings(text, timeout)
ReturnCode WaitForStrings( string[] text, int timeout )