Provides a way for the caller to receive updates as the SearchJob progresses.
dtSearch.Engine.ISearchStatusHandler
C#
public interface ISearchStatusHandler;
Remarks
Use ISearchStatusHandler if your application needs to receive a notification each time a document is Searched.
Topics
|
Topic |
Description |
|---|---|
|
The following tables list the members exposed by ISearchStatusHandler. | |
|
The methods of the ISearchStatusHandler class are listed here. |
ISearchStatusHandler Methods
|
ISearchStatusHandler Methods |
Description |
|---|---|
|
Called during a search to check whether the search should be halted | |
|
Called each time a document is found | |
|
Called during a search to provide status updates | |
|
Called when a file is searched in an unindexed search. | |
|
Called when an indexed is searched |
See Also