dtSearch Text Retrieval Engine .NET interface

HttpDataSource.Add Method 

Requests that the spider stop crawling web sites

public void Add(
   WebSite toAdd
);

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

HttpDataSource Class | dtSearch.Spider Namespace