This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinClock Interface > ITinClock.Sleep Method (ArcObjects .NET 10.4 SDK) |
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