IActionApply |
| Name | Description | |
|---|---|---|
| ApplyPlus(IActionExecutionEnvironment) | Applies this rule to the given processing environment/its current graph as often as possible. Only applicable for parameterless rules. Shows better performance than the normal ApplyPlus called without parameters. No Matched/Finished events are triggered by this function (needed for visual debugging). | |
| ApplyPlus(IActionExecutionEnvironment, Object) | Applies this rule to the given processing environment/its current graph as often as possible. No Matched/Finished events are triggered by this function (needed for visual debugging). The null parameter check is omitted also. |