ExecuteInThread starts the search in a separate thread and returns immediately.
[id(29), helpstring("method ExecuteInThread")]
HRESULT ExecuteInThread();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 a SearchJob with ExecuteInThread, the StatusHandler will not be called with status notifications.
|
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.
|