arachnode.net

ArachnodeDAO.DeleteCrawlRequest Method

Deletes a row from table 'CrawlRequests'. Calling this method with absoluteUri1 set to 'null' and absoluteUri2 set to 'null' deletes all CrawlRequests from the 'CrawlRequests' table.

public void DeleteCrawlRequest(
   string absoluteUri1,
   string absoluteUri2
);

Parameters

absoluteUri1
The absolute uri1.
absoluteUri2
The absolute uri2.

See Also

ArachnodeDAO Class | Arachnode.DataAccess Namespace