This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IT > ITrackCancel Interface > ITrackCancel.CheckTime Property (ArcObjects .NET 10.4 SDK) |
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(
long Milliseconds
);
[C++]
Parameters Milliseconds [out, retval] Milliseconds is a parameter of type long Milliseconds [in] Milliseconds is a parameter of type long
The CheckTime property indicates the frequency the CancelTracker will process any pending Windows (mouse and keyboard) messages. By default the CheckTime is 1000 milliseconds.