ExecutionType Enumeration
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Workflow.Activities
Assembly: System.Workflow.Activities (in System.Workflow.Activities.dll)
Return to top
Specifies the execution mode for activities.
Assembly: System.Workflow.Activities (in System.Workflow.Activities.dll)
| Member name | Description | |
|---|---|---|
| Parallel | Executes activities in parallel. | |
| Sequence | Executes activities in sequential order. Each activity is executed in turn, after the previous activity has finished running. |
Note |
|---|
This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5. |
The following code example shows how to set the execution mode for activities using the ExecutionType enumeration. This code example is part of the Replicator SDK Sample from the Simplereplicatorworkflow.cs file. For more information, seeUsing Replicator.
.NET Framework
Available since 3.0
Available since 3.0
Show:
