M
Markus Freitag
Guest
Hello,
When should I use ManualResetEvent and when should I use AutoResetEvent?
I mean ManualResetEvent is more correct. Can someone explain it well and in short?
If I call AutoResetEvent and check if the event is set with WaitOne, I have the impression that it is not set again.
With ManualResetEvent I get my use case better done. I just want to understand it.
Thanks for tips in advance.
Greetings Markus
Continue reading...
When should I use ManualResetEvent and when should I use AutoResetEvent?
I mean ManualResetEvent is more correct. Can someone explain it well and in short?
If I call AutoResetEvent and check if the event is set with WaitOne, I have the impression that it is not set again.
With ManualResetEvent I get my use case better done. I just want to understand it.
Thanks for tips in advance.
Greetings Markus
Continue reading...