Click or drag to resize

IActionApply Method

Overload List
  NameDescription
Public methodApply(IActionExecutionEnvironment)
Tries to apply this rule to the given graph processing environment/its current graph once. Only applicable for parameterless rules. Shows better performance than the normal Apply called without parameters. No Matched/Finished events are triggered by this function (needed for visual debugging).
Public methodApply(IActionExecutionEnvironment, Object)
Tries to apply this rule to the given processing environment/its current graph once. No Matched/Finished events are triggered by this function (needed for visual debugging). The null parameter check is omitted also.
Top
See Also