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