Beispiel #1
0
 public Crawler()
 {
     Context = new CrawlerContext();
 }
 /// <summary>
 /// Performs the specific search 
 /// </summary>
 /// <returns></returns>
 public override CommandResponse Execute(CrawlerContext context)
 {
     throw new NotImplementedException();
 }
Beispiel #3
0
 /// <summary>
 /// Implementation of this command
 /// </summary>
 /// <returns>All of the commands that need to be enqueued, e.g. "Download Work X, Y, Z ... for Author</returns>
 public abstract CommandResponse Execute(CrawlerContext crawler);