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


ITrackCancel.CheckTime Property (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.CheckTime Property
ArcGIS Developer Help

ITrackCancel.CheckTime Property

The interval at which the operation will be interrupted to advance progressors and process messages.

[Visual Basic .NET]
Public Property CheckTime As Integer
[C#]
public int CheckTime {get; set;}
[C++]
HRESULT get_CheckTime(
  long Milliseconds
);
[C++]
HRESULT put_CheckTime(
  System.Int32* Milliseconds
);
[C++]
Parameters
Milliseconds [in]

Milliseconds is a parameter of type long Milliseconds [out, retval]
Milliseconds is a parameter of type long*

Product Availability

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

Description

The CheckTime property indicates the frequency the CancelTracker will process any pending Windows (mouse and keyboard) messages. By default the CheckTime is 1000 milliseconds.

See Also

ITrackCancel Interface