Q19
What is the purpose of the AutoResetEvent class in C# multithreading?
A.
To provide synchronization mechanisms for multithreaded programs
B.
To manage a collection of threads
C.
To synchronize access to a shared resource
D.
To signal one or more waiting threads that an event has occurred
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board