Activity::Cancel Method (ActivityExecutionContext^)
.NET Framework (current version)
Called by the workflow runtime to cancel execution of an activity that is currently executing.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
public protected: virtual ActivityExecutionStatus Cancel( ActivityExecutionContext^ executionContext )
Parameters
- executionContext
-
Type:
System.Workflow.ComponentModel::ActivityExecutionContext^
The ActivityExecutionContext that contains the instance to cancel.
Return Value
Type: System.Workflow.ComponentModel::ActivityExecutionStatusThe status at the end of the operation that determines whether the activity remains in the canceling state or transitions to the closed state.
.NET Framework
Available since 3.0
Available since 3.0
Show: