Links
dtSearch Text Retrieval Engine Programmer's Reference 7.70
IIndexJob::ExecuteInThread Method
IIndexJob Interface | IIndexJob Interface | Send Feedback

ExecuteInThread starts the indexing job in a separate thread and returns immediately.

[id(35), helpstring("method ExecuteInThread")]
HRESULT ExecuteInThread();
Remarks

To determine when the thread is done, check the IsThreadDone property. To abort the thread before it finishes, call the AbortThread method. When you execute an IndexJob with ExecuteInThread, the StatusHandler will not be called with status notifications.

Interface
Links
You are here: COM Interface > Interfaces > IIndexJob Interface > IIndexJob::ExecuteInThread Method
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.