This documentation is archived and is not being maintained.
SequentialWorkflowActivity Class
Visual Studio 2008
Represents a workflow that executes activities sequentially.
Assembly: System.Workflow.Activities (in System.Workflow.Activities.dll)
The SequentialWorkflowActivity is a SequenceActivity with Initialized and Completed events for optional processing of parameters. This makes it particularly useful as a top-level activity when you design sequential-style workflows.
The SequentialWorkflowActivity is a CompositeActivity, which means the SequentialWorkflowActivity can contain other activities.
System.Object
System.Workflow.ComponentModel.DependencyObject
System.Workflow.ComponentModel.Activity
System.Workflow.ComponentModel.CompositeActivity
System.Workflow.Activities.SequenceActivity
System.Workflow.Activities.SequentialWorkflowActivity
System.Workflow.ComponentModel.DependencyObject
System.Workflow.ComponentModel.Activity
System.Workflow.ComponentModel.CompositeActivity
System.Workflow.Activities.SequenceActivity
System.Workflow.Activities.SequentialWorkflowActivity
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.
Show: