September 2010
Intermediate to advanced
272 pages
5h 16m
English
In this task, we will create a sample that will use the Parallel activity. The Parallel activity can execute its child activities in parallel, asynchronously.
Create a new Workflow Console Application under solution Chapter02 and name the project as UsingParallelActivity.
Open Workflow1.xaml and create a workflow as shown in the following screenshot:

Set the properties of both Delay activities:

Set UsingParallelActivity as StartUp project. Press CTRL+F5