C# Class Rock.Jobs.IndexRockSite

Inheritance: IJob
Afficher le fichier Open project: NewSpring/Rock

Méthodes publiques

Méthode Description
Execute ( IJobExecutionContext context ) : void

Job that will run quick SQL queries on a schedule. Called by the IScheduler when a ITrigger fires that is associated with the IJob.

IndexRockSite ( ) : System

Empty constructor for job initialization

Jobs require a public empty constructor so that the scheduler can instantiate the class whenever it needs.

PageCallback ( CrawledPage page ) : bool

This method will be called each time a page is found by the crawler.

Method Details

Execute() public méthode

Job that will run quick SQL queries on a schedule. Called by the IScheduler when a ITrigger fires that is associated with the IJob.
public Execute ( IJobExecutionContext context ) : void
context IJobExecutionContext
Résultat void

IndexRockSite() public méthode

Empty constructor for job initialization

Jobs require a public empty constructor so that the scheduler can instantiate the class whenever it needs.

public IndexRockSite ( ) : System
Résultat System

PageCallback() public méthode

This method will be called each time a page is found by the crawler.
public PageCallback ( CrawledPage page ) : bool
page Rock.UniversalSearch.Crawler.CrawledPage The page.
Résultat bool