Interface for SearchJob.StatusHandler, with additional OnProgressUpdate callback.
dtSearch::Engine::ISearchStatusHandler
|
dtSearch::Engine::ISearchStatusHandler2
C#
Remarks
Use SearchJob.StatusHandler to request a callback each time a document is found, and to monitor the progress of a search. Use ISearchStatusHandler2 to obtain the OnProgressUpdate callback in addition to the other callbacks that ISearchStatusHandler supports.
See Also