Threading Sample

This sample demonstrates the following:

  • Using many of the threading features.
  • Creating a thread, starting the thread, and waiting for the thread to terminate.
  • Creating a timer causing a thread pool thread to invoke your method periodically.
  • Making a thread wait on an event signaled by another thread.

For information about running and exploring this sample, see the Readme.txt file in the directory under:

Documents\Microsoft .NET Micro Framework 4.1\Samples\