Table of Contents

Method Sleep

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Sleep(int)

Suspends the execution of the current thread for a specified interval.

public static void Sleep(int milliSeconds)

Parameters

milliSeconds int

Specifies time, in milliseconds, for which to suspend execution.