HandleExternalEventActivity::Execute Method (ActivityExecutionContext^)
.NET Framework (current version)
Tries to run the HandleExternalEventActivity associated with the ActivityExecutionContext.
Assembly: System.Workflow.Activities (in System.Workflow.Activities.dll)
protected: virtual ActivityExecutionStatus Execute( ActivityExecutionContext^ executionContext ) override sealed
Parameters
- executionContext
-
Type:
System.Workflow.ComponentModel::ActivityExecutionContext^
The ActivityExecutionContext associated with the HandleExternalEventActivity.
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: