ScriptEvent.And Method
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9147)
And(ScriptEvent, ScriptEvent)
Both of the conditions must be met.
Declaration
public static ScriptEvent And(ScriptEvent e1, ScriptEvent e2)
Parameters
Type | Name | Description |
---|---|---|
Script |
e1 | First condition. |
Script |
e2 | Second condition. |
Returns
Type | Description |
---|---|
Script |
A Script |