Пример #1
0
		public FileCrawlTask (FileSystemQueryable queryable)
		{
			this.queryable = queryable;
			this.Tag = "File Crawler";
			this.Priority = Scheduler.Priority.Delayed;

			this.our_post_hook = new Scheduler.Hook (PostCrawlHook);
		}
Пример #2
0
        public FileCrawlTask(FileSystemQueryable queryable)
        {
            this.queryable = queryable;
            this.Tag       = "File Crawler";
            this.Priority  = Scheduler.Priority.Delayed;

            this.our_post_hook = new Scheduler.Hook(PostCrawlHook);
        }