HandleExternalEventActivity::Cancel Method (ActivityExecutionContext^)
.NET Framework (current version)
Cancels the handling of the event.
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.
Return Value
Type: System.Workflow.ComponentModel::ActivityExecutionStatusThe ActivityExecutionContext of the HandleExternalEventActivity at the end of the requested operation.
.NET Framework
Available since 3.0
Available since 3.0
HandleExternalEventActivity Class
System.Workflow.Activities Namespace
Using the HandleExternalEvent Activity
Show: