Vidyalelo
C# Programming · Q26

Multithreading in C Sharp

Programming · C# Programming · question 26

Q26

Which method is used to suspend the execution of a thread until a specified time in C#?

A.
Sleep()
Answer
B.
Wait()
C.
Suspend()
D.
Pause()

Answer: Option A

Solution

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