ParallelActivity Constructor ()
.NET Framework (current version)
Initializes a new instance of the ParallelActivity class.
Assembly: System.Workflow.Activities (in System.Workflow.Activities.dll)
The following code example shows how to create a new instance of the ParallelActivity class, add the ParallelActivity class to the WhileActivity class, and add two SequenceActivity classes to the ParallelActivity class. This code example is part of the WhileAndParallel SDK Sample from the WhileAndParallelWorkflow.Designer.cs file. For more information, seeUsing While and Parallel.
.NET Framework
Available since 3.0
Available since 3.0
Show: