Answer Posted / Roshan Rana
`Thread.Sleep()` is a method in C# that causes the current thread to pause execution for a specified amount of time (in milliseconds). It is often used for managing program flow or providing delays in threaded applications.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers