Summary
An implementation of CompletedRequestHistory which never stores a history of completed requests.
For a list of all members of this type, see
AlwaysEmptyRequestHistory Members
.
Type Relationships
System.ObjectEas.WebCrawler.Common.BaseDisposable
Eas.WebCrawler.PlugIns.Histories.AlwaysEmptyRequestHistory
Declaration Syntax
Public Class AlwaysEmptyRequestHistory
Inherits BaseDisposable
Implements CompletedRequestHistory, WebCrawlerComponent, IDisposable
public class AlwaysEmptyRequestHistory : BaseDisposable, CompletedRequestHistory, WebCrawlerComponent, IDisposable
public __gc class AlwaysEmptyRequestHistory : public BaseDisposable, CompletedRequestHistory, WebCrawlerComponent, IDisposable
public class AlwaysEmptyRequestHistory extends BaseDisposable implements CompletedRequestHistory, WebCrawlerComponent, IDisposable
Remarks
If you do not want interference between two runs of the engine, than this is the class for you. Its GetCompletedRequests member always returns an enumeration with no Uris in it, so the running the same run twice will result in all the requests being browsed twice.Requirements
Namespace: Eas.WebCrawler.PlugIns.HistoriesAssembly: Eas.WebCrawler.PlugIns (eas.webcrawler.plugins.dll)