G
Guest
Is there any way to find out:
1. which thread is holding a monitor object?
2. how many Monitor.Enter() has been called on an object?
3. which WaitHandle is signaled after WaitHandle.WaitAny()?
Thanks.
1. which thread is holding a monitor object?
2. how many Monitor.Enter() has been called on an object?
3. which WaitHandle is signaled after WaitHandle.WaitAny()?
Thanks.