| Name | Description |
---|
 | ApplyAll(Int32, IActionExecutionEnvironment) |
Tries to apply this rule to all occurrences in the current graph of the graph processing environment "at once".
Only applicable for parameterless rules. Shows better performance than the normal ApplyAll called without parameters.
No Matched/Finished events are triggered by this function (needed for visual debugging).
|
 | ApplyAll(Int32, IActionExecutionEnvironment, Object) |
Tries to apply this rule to all occurrences in the current graph of the graph processing environment "at once".
No Matched/Finished events are triggered by this function (needed for visual debugging).
The null parameter check is omitted also.
|