Click or drag to resize

IActionApplyMinMax Method

Overload List
 NameDescription
Public methodApplyMinMax(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).
Public methodApplyMinMax(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.
Top
See Also