ParallelActivity Constructor ()

 

Initializes a new instance of the ParallelActivity class.

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

public:
ParallelActivity()

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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: