Click or drag to resize

IActionApplyStar Method

Overload List
 NameDescription
Public methodApplyStar(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 ApplyStar called without parameters. No Matched/Finished events are triggered by this function (needed for visual debugging).
Public methodApplyStar(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.
Top
See Also