Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
 Execute Method
Collapse All/Expand All Collapse All
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
SequenceActivity..::.Execute Method

Executes the activity.

Namespace:  System.Workflow.Activities
Assembly:  System.Workflow.Activities (in System.Workflow.Activities.dll)
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.

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.

.NET Framework

Supported in: 3.5, 3.0
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker