Monday, August 8, 2011

Sleep in C#

Sometime sleep is hard to find in c# as you have to go through many levels:

Example:

// Sleep for 60 sec

System.Threading.Thread.Sleep(6000);

No comments:

Post a Comment

If you’re using Visual Studio to build your .NET MAUI app on a Mac, locating the IPA (iOS App Package) file can be a bit tricky

  If you’re using   Visual Studio   to build your   .NET MAUI   app on a   Mac , locating the   IPA (iOS App Package)   file can be a bit tr...