Table of Contents

Method Sleep

Namespace
Alternet.Common
Assembly
Alternet.Common.v9.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.