HandleExternalEventActivity::Cancel Method (ActivityExecutionContext^)

 

Cancels the handling of the event.

Namespace:   System.Workflow.Activities
Assembly:  System.Workflow.Activities (in System.Workflow.Activities.dll)

protected:
virtual ActivityExecutionStatus Cancel(
	ActivityExecutionContext^ executionContext
) override sealed

Parameters

executionContext
Type: System.Workflow.ComponentModel::ActivityExecutionContext^

The ActivityExecutionContext that represents the execution environment of the Activity.

.NET Framework
Available since 3.0
Return to top
Show: