This sample demonstrates the following threading techniques. See Threading (C# Programming Guide) for more information.
Creating, launching, and terminating a thread
Using a thread pool
Thread synchronization and interaction
This sample code is provided to illustrate a concept an