See Also
dtSearch Text Retrieval Engine -- .NET API (.NET 2.0-4.0) 7.70
HttpDataSource::StopCrawl Method

Requests that the spider stop crawling web sites

C#
public StopCrawl(bool bWaitForCrawlDone);
Visual Basic
Public Sub StopCrawl(bWaitForCrawlDone As bool)
Remarks

Because the spider runs on a different thread, it make take some time for the crawl to stop. Call StopCrawl(true) to ensure that the Spider has stopped when StopCrawl returns. StopCrawl(false) will request that the crawl stop and will return immediately.

See Also
You are here: dtSearch::Spider Namespace > HttpDataSource Class > HttpDataSource Methods > StopCrawl Method
Copyright (c) 1998-2012 dtSearch Corp. All rights reserved.