Gets a ScriptEvent that matches a delay (no data arrived for the specified time).

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

Syntax

Visual Basic
Public Shared Function Delay ( _
	miliseconds As Integer _
) As ScriptEvent
C#
public static ScriptEvent Delay(
	int miliseconds
)

Parameters

miliseconds
Type: System..::..Int32
Delay duration (in miliseconds).

Return Value

ScriptEvent that matches the delay.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also