Receives response from the server until a condition is met.

Namespace:  Rebex.TerminalEmulation
Assembly:  Rebex.Terminal (in Rebex.Terminal.dll)

Syntax

Visual Basic
Public Function WaitFor ( _
	scriptEvent As ScriptEvent _
) As ScriptMatch
C#
public ScriptMatch WaitFor(
	ScriptEvent scriptEvent
)

Parameters

scriptEvent
Type: Rebex.TerminalEmulation..::..ScriptEvent
Condition to be met.

Return Value

Result of the check.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also