This document is archived and information here might be outdated. Recommended version. |
Suspends the execution of the current thread for the specified interval (in seconds).
[Visual Basic .NET]
Public Sub Sleep ( _
ByVal Seconds As Double _
)
[C#]
public void Sleep (
double Seconds
);
[C++]
HRESULT Sleep(
double Seconds
);
[C++] Parameters Seconds [in]
Seconds is a parameter of type double