I create dynamic threads in C# and I need to get the status of those running threads.
List[] list; list = dbConnect.Select(); for (int i = 0; i &l
Use Process.Threads to iterate through your threads.
Process.Threads