ISearchEngineImportScheduledTask

Assembly: BISearch;

Namespace: Prognoz.Platform.Interop.BISearch;

Description

The ISearchEngineImportScheduledTask interface contains properties and methods to work with task of the Updating search index.

Inheritance Hierarchy

          IScheduledTask

          ISearchEngineImportScheduledTask

Properties

  Property name Brief description
Engine The Engine property determines search service used for the processing.
ImportContext The ImportContext property determines context with object indexing settings.
IsSharedEngine The IsSharedEngine property returns whether search service set for the repository is used.

Properties inherited from IScheduledTask

  Property name Brief description
The Properties property returns task parameters.
The State property returns task state at the current moment.

Methods inherited from IScheduledTask

  Method name Brief description
CreateInvokeEvent The CreateInvokeEvent method creates a new event of executing a task of the scheduled tasks container.
ExecuteImmediate The ExecuteImmediate method is executes a task in current repository.
GetResults The GetResults method returns task history.
ResetResults The ResetResults property resets the results of task execution and marks it as "Ready".

See also:

BISearch Assembly Interfaces | Search Index Update Task