Edit

Share via


SequenceActivity.Cancel(ActivityExecutionContext) Method

Definition

Cancels the execution of the activity.

C#
protected override System.Workflow.ComponentModel.ActivityExecutionStatus Cancel(System.Workflow.ComponentModel.ActivityExecutionContext executionContext);

Parameters

executionContext
ActivityExecutionContext

The execution context of the activity.

Returns

The ActivityExecutionStatus of the activity after canceling the execution.

Applies to

See also