¡@

Home 

c# Programming Glossary: handlethreaddone

How to wait for thread to finish with .NET?

http://stackoverflow.com/questions/1584062/how-to-wait-for-thread-to-finish-with-net

e ThreadWorker worker new ThreadWorker worker.ThreadDone HandleThreadDone Thread thread1 new Thread worker.Run thread1.Start _count 1.. thread1 new Thread worker.Run thread1.Start _count 1 void HandleThreadDone object sender EventArgs e You should get the idea this is just.. 1 ThreadWorker worker new ThreadWorker worker.ThreadDone HandleThreadDone Thread thread2 new Thread worker.Run thread2.Start _count ..