SequenceActivity.Cancel(ActivityExecutionContext) Methode

Definitie

Hiermee wordt de uitvoering van de activiteit geannuleerd.

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

Parameters

executionContext
ActivityExecutionContext

De uitvoeringscontext van de activiteit.

Retouren

De ActivityExecutionStatus activiteit na het annuleren van de uitvoering.

Van toepassing op

Zie ook