dtSearch Text Retrieval Engine .NET interface

SearchJob.IsThreadDoneWait Method 

Returns true immediately if the thread is done; otherwise waits up to millisecondsToWait for the thread to finish, then returns false if the thread is not done yet.

public bool IsThreadDoneWait(
   int millisecondsToWait
);

Parameters

millisecondsToWait
Number of milliseconds to wait, if the thread is not done yet.

See Also

SearchJob Class | dtSearch.Engine Namespace