Wednesday, February 2, 2011

Pauses, slowing things down. System.Threading.Thread.Sleep

Accepts an argument specifying the length of the pause in milliseconds.
1 second = 1000 milliseconds

System.Threading.Thread.Sleep(5000)

No comments:

Post a Comment