HostIntegratorSession.WaitForStringRelCursor Method

WRQ.Verastream.HostIntegrator

WRQ Verastream Host Integrator .Net Reference

HostIntegratorSession.WaitForStringRelCursor Method 

Waits for the presence of a string at a screen location relative to the current terminal screen cursor.

[Visual Basic]Public Sub WaitForStringRelCursor( _
   ByVal _string As String, _
   ByVal rowOffset As Integer, _
   ByVal columnOffset As Integer, _
   ByVal timeout As Integer _
)
[C#]
public void WaitForStringRelCursor(
   string _string,
   int rowOffset,
   int columnOffset,
   int timeout
);

Parameters

_string
Specifies the string to wait for.
rowOffset
Specifies the starting screen row for the string relative to current cursor row.
columnOffset
Specifies the starting screen column for the string relative to current cursor column.
timeout
Specifies a timeout period (in seconds). An exception is thrown if the timeout period elapses before the specified string appears at the specified screen location.

Remarks

Waits for the presence of a string at a screen location relative to the current terminal screen cursor.

See Also

HostIntegratorSession Class | HostIntegratorSession Members | WRQ.Verastream.HostIntegrator Namespace