HandleExternalEventActivity.Execute(ActivityExecutionContext) Method

Definition

Tries to run the HandleExternalEventActivity associated with the ActivityExecutionContext.

protected:
 override System::Workflow::ComponentModel::ActivityExecutionStatus Execute(System::Workflow::ComponentModel::ActivityExecutionContext ^ executionContext);
protected override sealed System.Workflow.ComponentModel.ActivityExecutionStatus Execute (System.Workflow.ComponentModel.ActivityExecutionContext executionContext);
override this.Execute : System.Workflow.ComponentModel.ActivityExecutionContext -> System.Workflow.ComponentModel.ActivityExecutionStatus
Protected Overrides NotOverridable Function Execute (executionContext As ActivityExecutionContext) As ActivityExecutionStatus

Parameters

Returns

The ActivityExecutionContext of the HandleExternalEventActivity at the end of the requested operation.

Applies to

See also