HostIntegratorSession.WaitForCursor Method

WRQ.Verastream.HostIntegrator

WRQ Verastream Host Integrator .Net Reference

HostIntegratorSession.WaitForCursor Method 

Waits for the presence of the terminal cursor at the specified terminal screen coordinates.

[Visual Basic]Public Sub WaitForCursor( _
   ByVal rowNum As Integer, _
   ByVal columnNum As Integer, _
   ByVal timeout As Integer _
)
[C#]
public void WaitForCursor(
   int rowNum,
   int columnNum,
   int timeout
);

Parameters

rowNum
Specifies a row number in the terminal screen.
columnNum
Specifies a column number in the terminal screen.
timeout
Specifies a timeout period (in seconds). An exception is thrown if the timeout period elapses without the cursor arriving at the specified coordinates.

Remarks

Waits for the presence of the terminal cursor at the specified terminal screen coordinates.

See Also

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