you can use Task.Delay(2000).Wait(); // Wait 2 seconds with blocking await Task.Delay(2000); // Wait 2 seconds without blocking
1.4m articles
1.4m replys
5 comments
57.0k users