Vidyalelo
C# Programming · Q47

Multithreading in C Sharp

Programming · C# Programming · question 47

Q47

Which of these methods of Thread class is used to Suspend a thread for a period of time?

A.
sleep()
Answer
B.
terminate()
C.
suspend()
D.
stop()

Answer: Option A

Solution

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