Requests that the spider stop crawling web sites
public StopCrawl(bool bWaitForCrawlDone);
Public Sub StopCrawl(bWaitForCrawlDone As bool)
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.
|
Copyright (c) 1998-2012 dtSearch Corp. All rights reserved.
|