C# 클래스 Rock.Jobs.IndexEntities

상속: IJob
파일 보기 프로젝트 열기: NewSpring/Rock

공개 메소드들

메소드 설명
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.

IndexEntities ( ) : System

Empty constructor for job initialization

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

메소드 상세

Execute() 공개 메소드

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
리턴 void

IndexEntities() 공개 메소드

Empty constructor for job initialization

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

public IndexEntities ( ) : System
리턴 System