SequentialWorkflowActivity.Execute(ActivityExecutionContext) Methode

Definition

Führt den Workflow aus.

protected:
 override System::Workflow::ComponentModel::ActivityExecutionStatus Execute(System::Workflow::ComponentModel::ActivityExecutionContext ^ executionContext);
protected override System.Workflow.ComponentModel.ActivityExecutionStatus Execute(System.Workflow.ComponentModel.ActivityExecutionContext executionContext);
override this.Execute : System.Workflow.ComponentModel.ActivityExecutionContext -> System.Workflow.ComponentModel.ActivityExecutionStatus
Protected Overrides Function Execute (executionContext As ActivityExecutionContext) As ActivityExecutionStatus

Parameter

executionContext
ActivityExecutionContext

The ActivityExecutionContext associated with the Activity.

Gibt zurück

Die ActivityExecutionStatus am SequentialWorkflowActivity Ende des angeforderten Vorgangs.

Gilt für: