C# Класс Rock.Jobs.IndexEntities

Наследование: IJob
Показать файл Открыть проект

Открытые методы

Метод Описание
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