- executionContext
- The ActivityExecutionContext to associate with this Activity and execution.
Visual Basic (Declaration) | |
---|---|
Overrides Protected Function Execute( _ ByVal executionContext As ActivityExecutionContext _ ) As ActivityExecutionStatus |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
protected override ActivityExecutionStatus Execute( ActivityExecutionContext executionContext ) |
C++/CLI | |
---|---|
protected: ActivityExecutionStatus Execute( ActivityExecutionContext executionContext ) override |
Parameters
- executionContext
- The ActivityExecutionContext to associate with this Activity and execution.
Return Value
The ActivityExecutionStatus of the run task, which determines whether the activity remains in the executing state, or transitions to the closed state.
For more information, refer to Execute.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family