Returns requests completed in previous runs of the crawler.

Declaration Syntax

Function GetCompletedRequests() As IEnumerable`1
IEnumerable`1<Uri> GetCompletedRequests();
IEnumerable`1 GetCompletedRequests();
function GetCompletedRequests() : IEnumerable`1;

Return Value

An enumeration of System.Uris which have already been visited by the crawler.

Remarks

Any System.Uris returned by this function will not be processed if they are encountered by the engine while crawling.

Requirements

Namespace: Eas.WebCrawler.Interfaces
Assembly: Eas.WebCrawler.Interfaces (eas.webcrawler.interfaces.dll)

See Also

CompletedRequestHistory Interface | CompletedRequestHistory Members | Eas.WebCrawler.Interfaces Namespace