I have a WaitHandle and I would like to know how to check if the WaitHandle has already been set or not.
Note: I can add a bool variable and whenever Set() method is used set the variable to true, but this behaviour must be built in WaitHandle somewhere.
Thanks for help!