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


ITrackCancel.StartTimer Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

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