This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IT > ITrackCancel Interface > ITrackCancel.StartTimer Method (ArcObjects .NET 10.5 SDK) |
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
Do not use this method as it is obsolete.