September 2010
Intermediate to advanced
272 pages
5h 16m
English
We may want to create our own tracking participant and store tracking information in a text file. In this task, we are going to create such a tracking participant.
Create a new Workflow Console Application under the solution Chapter06 and name the project CreatingFileTrackingParticipant.
Open the Workflow1.xaml file, which is created by default, and create an extremely simple workflow just for tracking.

Now, create a class file and name it FileTrackingParticipant.cs containing the following ...