RuleEngine.Execute Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Evaluates a RuleSet using the RuleExecution class.
Overloads
Execute(Object) |
Executes the current object using RuleExecution(RuleValidation, Object). |
Execute(Object, ActivityExecutionContext) |
Executes the current RuleSet against the object instance (which, in this case, is likely an Activity). |
Execute(Object)
Executes the current object using RuleExecution(RuleValidation, Object).
public:
void Execute(System::Object ^ thisObject);
public void Execute (object thisObject);
member this.Execute : obj -> unit
Public Sub Execute (thisObject As Object)
Parameters
- thisObject
- Object
The current object to be executed.
Applies to
Execute(Object, ActivityExecutionContext)
public:
void Execute(System::Object ^ thisObject, System::Workflow::ComponentModel::ActivityExecutionContext ^ executionContext);
public void Execute (object thisObject, System.Workflow.ComponentModel.ActivityExecutionContext executionContext);
member this.Execute : obj * System.Workflow.ComponentModel.ActivityExecutionContext -> unit
Public Sub Execute (thisObject As Object, executionContext As ActivityExecutionContext)
Parameters
- thisObject
- Object
The current object to be executed.
- executionContext
- ActivityExecutionContext
The ActivityExecutionContext for the current activity.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET