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