Method Sleep
Sleep(int)
Suspends the execution of the current thread for a specified interval.
public static void Sleep(int milliSeconds)
Parameters
milliSecondsintSpecifies time, in milliseconds, for which to suspend execution.
Suspends the execution of the current thread for a specified interval.
public static void Sleep(int milliSeconds)
milliSeconds intSpecifies time, in milliseconds, for which to suspend execution.