How to get C# program to sleep?
We can get C# program to sleep for X number of milliseconds by usingSystem.Threading.Thread.Sleep(50);
System.Threading.Thread.Sleep(50);
In this page (written and validated by A. Gawali) you learned about How to get C# program to sleep? . What's Next? If you are interested in completing C# tutorial, we encourage you simply to start here: C# Tutorial.
Share On: |