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


ITrackCancel.StartTimer Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IT > ITrackCancel Interface > ITrackCancel.StartTimer Method
ArcGIS Developer Help

ITrackCancel.StartTimer Method

An obsolete method.

[Visual Basic .NET]
Public Sub StartTimer ( _
    ByVal hWnd As Integer, _
    ByVal Milliseconds As Integer _
)
[C#]
public void StartTimer (
    int hWnd,
    int Milliseconds
);
[C++]
HRESULT StartTimer(
  long hWnd,
  long Milliseconds
);
[C++]
Parameters
hWnd [in]

hWnd is a parameter of type long Milliseconds [in]
Milliseconds is a parameter of type long

Product Availability

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

Description

Do not use this method as it is obsolete.

See Also

ITrackCancel Interface