Related resources for C# Threads
  • Passing Data To A Thread In C# and .NET1/15/2019 10:46:03 PM. How to pass data to a thread in C#. In this article, I will demonstrate how to use the ThreadStart to pass data from your main program to a new thread using the ParameterizedThreadStart.
  • Live Threads – .NET Threading and Events10/30/2010 1:01:49 AM. Many times the Application needs to be notified about what is happening inside a Thread. For this, Events can be used with Threads. This is what I call 'Live Threads'.