This document is archived and information here might be outdated.  Recommended version.


ITinClock.Sleep Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

ITinClock.Sleep Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITinClock Interface