exitContext = true while calling ManualResetEvent.WaitOne()

  • Thread starter Thread starter Su
  • Start date Start date
S

Su

Is there any scenario where exitContext = true could be dangerous while calling ManualResetEvent.WaitOne()?

I have an application where the thread that calls ManualResetEvent.WaitOne() with exitContext = true disappearing. Any thoughts? problem is I am not able to reproduce this issue locally in my lab.

Thanks
Su
 
Back
Top