Sleep Method
MSDN Home
MSDN
MSDN Library
.NET Development
Previous Versions
.NET Framework 2.0
Class Library Reference
System.Threading
Thread Class
Thread Methods
Sleep Method
Sleep Method (Int32)
Sleep Method (TimeSpan)
Thread Methods
Abort Method
AllocateDataSlot Method
AllocateNamedDataSlot Method
BeginCriticalRegion Method
BeginThreadAffinity Method
EndCriticalRegion Method
EndThreadAffinity Method
FreeNamedDataSlot Method
GetApartmentState Method
GetCompressedStack Method
GetData Method
GetDomain Method
GetDomainID Method
GetHashCode Method
GetNamedDataSlot Method
Interrupt Method
Join Method
MemoryBarrier Method
ResetAbort Method
Resume Method
SetApartmentState Method
SetCompressedStack Method
SetData Method
Sleep Method
SpinWait Method
Start Method
Suspend Method
System.Runtime.InteropServices ...
System.Runtime.InteropServices ...
System.Runtime.InteropServices ...
System.Runtime.InteropServices ...
TrySetApartmentState Method
VolatileRead Method
VolatileWrite Method
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
.NET Framework Class Library
Thread.Sleep Method
Blocks the current thread for the specified number of milliseconds.
Overload List
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.
See Also
Reference
Thread Class
Thread Members
System.Threading Namespace
Tags :