While developing WinForm application, if you need to spawn multiple threads to work on different tasks and you need to wait all threads to complete ... then you might think to use the following approach: >>> Create an array of AutoResetEvent
Read More...