arachnode.net

ArachnodeDAO.InsertCrawlRequest Method

Inserts the crawl request. See: http://arachnode.net/forums/p/564/10762.aspx#10762 if you experience difficulty with this function. Use this function if you want to insert CrawlRequests into the database. The overload with the split 'currentDepth' and 'maximumDepth' parameters is intended for use by the Crawler itself.

Overload List

Inserts the crawl request. See: http://arachnode.net/forums/p/564/10762.aspx#10762 if you experience difficulty with this function. Use this function if you want to insert CrawlRequests into the database. The overload with the split 'currentDepth' and 'maximumDepth' parameters is intended for use by the Crawler itself.

public long? InsertCrawlRequest(DateTime,string,string,int,byte,byte,double)

Inserts a row into table 'CrawlRequests'. See: http://arachnode.net/forums/p/564/10762.aspx#10762 if you experience difficulty with this function. This is a more advanced function, intended for use by the Crawler.

public long? InsertCrawlRequest(DateTime,string,string,int,int,byte,byte,double)

See Also

ArachnodeDAO Class | Arachnode.DataAccess Namespace