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

Summary description for JobListener
Наследование: IJobListener
Показать файл Открыть проект

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

Метод Описание
JobExecutionVetoed ( IJobExecutionContext context ) : void

Called by the IScheduler when a IJobDetail was about to be executed (an associated ITrigger has occurred), but a ITriggerListener vetoed its execution.

JobToBeExecuted ( IJobExecutionContext context ) : void

Called by the IScheduler when a IJobDetail is about to be executed (an associated ITrigger has occurred).

This method will not be invoked if the execution of the Job was vetoed by a ITriggerListener.

JobWasExecuted ( IJobExecutionContext context, Quartz.JobExecutionException jobException ) : void

Called by the IScheduler after a IJobDetail has been executed, and before the associated Quartz.Spi.IOperableTrigger's Quartz.Spi.IOperableTrigger.Triggered method has been called.

RockJobListener ( ) : System

Initializes a new instance of the RockJobListener class.

Описание методов

JobExecutionVetoed() публичный Метод

Called by the IScheduler when a IJobDetail was about to be executed (an associated ITrigger has occurred), but a ITriggerListener vetoed its execution.
public JobExecutionVetoed ( IJobExecutionContext context ) : void
context IJobExecutionContext
Результат void

JobToBeExecuted() публичный Метод

Called by the IScheduler when a IJobDetail is about to be executed (an associated ITrigger has occurred).

This method will not be invoked if the execution of the Job was vetoed by a ITriggerListener.

public JobToBeExecuted ( IJobExecutionContext context ) : void
context IJobExecutionContext
Результат void

JobWasExecuted() публичный Метод

Called by the IScheduler after a IJobDetail has been executed, and before the associated Quartz.Spi.IOperableTrigger's Quartz.Spi.IOperableTrigger.Triggered method has been called.
public JobWasExecuted ( IJobExecutionContext context, Quartz.JobExecutionException jobException ) : void
context IJobExecutionContext
jobException Quartz.JobExecutionException
Результат void

RockJobListener() публичный Метод

Initializes a new instance of the RockJobListener class.
public RockJobListener ( ) : System
Результат System