Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / WaitForString Method / WaitForString(String) Method
text to wait for.


In This Topic
WaitForString(String) Method
In This Topic
Waits for the specified text to be received from the host.
Syntax
'Declaration
 
Overloads Function WaitForString( _
   ByVal text As String _
) As ReturnCode
 
'Usage
 
Dim instance As IScreen
Dim text As String
Dim value As ReturnCode
 
value = instance.WaitForString(text)

Parameters

text
text to wait for.

Return Value

ReturnCode indicating success/failure/status
See Also