Vidyalelo
C# Programming · Q19

Multithreading in C Sharp

Programming · C# Programming · question 19

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
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board