SequenceActivity.Execute Method (System.Workflow.Activities)

Switch View :
ScriptFree
.NET Framework Class Library
SequenceActivity.Execute Method

Executes the activity.

Namespace:  System.Workflow.Activities
Assembly:  System.Workflow.Activities (in System.Workflow.Activities.dll)
Syntax

Visual Basic (Declaration)
Protected Overrides Function Execute ( _
	executionContext As ActivityExecutionContext _
) As ActivityExecutionStatus
Visual Basic (Usage)
Dim executionContext As ActivityExecutionContext
Dim returnValue As ActivityExecutionStatus

returnValue = Me.Execute(executionContext)
C#
protected override ActivityExecutionStatus Execute(
	ActivityExecutionContext executionContext
)
Visual C++
protected:
virtual ActivityExecutionStatus Execute(
	ActivityExecutionContext^ executionContext
) override
JScript
protected override function Execute(
	executionContext : ActivityExecutionContext
) : ActivityExecutionStatus

Parameters

executionContext
Type: System.Workflow.ComponentModel.ActivityExecutionContext
The execution context of the activity.

Return Value

Type: System.Workflow.ComponentModel.ActivityExecutionStatus
The ActivityExecutionStatus of the activity after executing the activity.
.NET Framework Security

Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Version Information

.NET Framework

Supported in: 3.5, 3.0
See Also

Reference

Other Resources