RuleHaltAction.Execute(RuleExecution) 方法

定义

使用指定的 RuleAction 执行 RuleExecutionExecutes the RuleAction using the specified RuleExecution.

public:
 override void Execute(System::Workflow::Activities::Rules::RuleExecution ^ context);
public override void Execute (System.Workflow.Activities.Rules.RuleExecution context);
override this.Execute : System.Workflow.Activities.Rules.RuleExecution -> unit
Public Overrides Sub Execute (context As RuleExecution)

参数

context
RuleExecution

用于执行 RuleExecutionRuleAction 上下文。The RuleExecution context used to execute the RuleAction.

例外

context 为空引用(在 Visual Basic 中为 Nothing)。context is a null reference (Nothing in Visual Basic).

适用于