ScriptEvent.Delay Method
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9083)
Delay(Int32)
Gets a ScriptEvent that matches a delay (no data arrived for the specified time).
Declaration
public static ScriptEvent Delay(int miliseconds)
Parameters
Type | Name | Description |
---|---|---|
Int32 | miliseconds | Delay duration (in miliseconds). |
Returns
Type | Description |
---|---|
ScriptEvent | ScriptEvent that matches the delay. |