Thread.Sleep Method (Int32)

Tungsten Suite

ThreadSleep Method (Int32)

Blocks the calling thread for the specified time

Namespace:  W.Threading
Assembly:  Tungsten.Threading (in Tungsten.Threading.dll) Version: 2.0.1
Syntax
C#
public static void Sleep(
	int msDelay
)

Parameters

msDelay
Type: SystemInt32
The number of milliseconds to block the thread
See Also