Provides a way for the caller to receive updates as the IndexJob progresses.
dtSearch::Engine::IIndexStatusHandler
C#
public interface IIndexStatusHandler;
Remarks
Use IIndexStatusHandler if your application needs to receive a notification each time a document is indexed.
See also
.NET
See Also