I am working on a legacy application that is built on top of NET 3.5. This is a constraint that I can\'t change. I need to execute a second thread to run a long running tas
Try to use ManualRestEvent to signal of thread complete.