SequenceActivity.OnWorkflowChangesCompleted(ActivityExecutionContext) 方法
定义
对此实例的集合 Activities 进行更改之后调用。Called after changes have been made to the collection Activities of this instance.
protected:
override void OnWorkflowChangesCompleted(System::Workflow::ComponentModel::ActivityExecutionContext ^ executionContext);
protected override void OnWorkflowChangesCompleted (System.Workflow.ComponentModel.ActivityExecutionContext executionContext);
override this.OnWorkflowChangesCompleted : System.Workflow.ComponentModel.ActivityExecutionContext -> unit
Protected Overrides Sub OnWorkflowChangesCompleted (executionContext As ActivityExecutionContext)
参数
- executionContext
- ActivityExecutionContext
此实例的 ActivityExecutionContext。The ActivityExecutionContext for this instance.