Vidyalelo
C# Programming · Q21

Multithreading in C Sharp

Programming · C# Programming · question 21

Q21

What is the purpose of the ManualResetEvent class in C# multithreading?

A.
To manage a collection of threads
B.
To signal one or more waiting threads that an event has occurred
Answer
C.
To provide synchronization mechanisms for multithreaded programs
D.
None of the above

Answer: Option B

Solution

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