This document is archived and information here might be outdated. Recommended version. |
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*
The CheckTime property indicates the frequency the CancelTracker will process any pending Windows (mouse and keyboard) messages. By default the CheckTime is 1000 milliseconds.