dtSearch Text Retrieval Engine .NET interface

AbortValue Enumeration

Values that CheckForAbort (IIndexStatusHandler or ISearchStatusHandler) can return to indicate whether a job should continue.

public enum AbortValue

Members

Member Name Description
Continue Continue the search or index update
CancelImmediately For index updates only, cancels the update immediately, without saving any changes to the index.
Cancel Cancel the search or index update. For index updates, documents indexed so far are saved, and the indexer will stop after completing the current document.

Requirements

Namespace: dtSearch.Engine

Assembly: dtSearchNetApi (in dtSearchNetApi.dll)

See Also

dtSearch.Engine Namespace