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.InterfacesAssembly: Eas.WebCrawler.Interfaces (eas.webcrawler.interfaces.dll)