編集

次の方法で共有


WorkflowInstance.ApplyWorkflowChanges(WorkflowChanges) Method

Definition

Applies changes to the workflow instance specified by the WorkflowChanges object.

public:
 void ApplyWorkflowChanges(System::Workflow::ComponentModel::WorkflowChanges ^ workflowChanges);
public void ApplyWorkflowChanges(System.Workflow.ComponentModel.WorkflowChanges workflowChanges);
member this.ApplyWorkflowChanges : System.Workflow.ComponentModel.WorkflowChanges -> unit
Public Sub ApplyWorkflowChanges (workflowChanges As WorkflowChanges)

Parameters

workflowChanges
WorkflowChanges

A WorkflowChanges specifying dynamic updates for the workflow instance.

Exceptions

The workflow runtime engine is not running.

Remarks

If the workflow instance is not already suspended, the workflow runtime engine temporarily suspends the instance before applying the changes.

Applies to