How can I tell if a ManualResetEvent is signaled or non-signaled?

Posted by jbraz on Stack Overflow See other posts from Stack Overflow or by jbraz
Published on 2010-06-10T03:11:49Z Indexed on 2010/06/10 3:23 UTC
Read the original article Hit count: 137

Filed under:

I want to check to see if an instance of ManualResetEvent is signaled before starting a thread. How can I do this?

© Stack Overflow or respective owner

Related posts about c#