4 out of 42 rated this helpful - Rate this topic

Thread.Sleep Method

Blocks the current thread for the specified number of milliseconds.

Name Description
Thread.Sleep (Int32) Suspends the current thread for a specified time.

Supported by the .NET Compact Framework.

Thread.Sleep (TimeSpan) Blocks the current thread for a specified time.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.