Click or drag to resize

IActionApplyPlus Method

Overload List
  NameDescription
Public methodApplyPlus(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).
Public methodApplyPlus(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