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


ITinClock.Sleep Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinClock Interface > ITinClock.Sleep Method
ArcGIS Developer Help

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