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

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

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

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

Called by the IScheduler when a ITrigger fires that is associated with the IJob.

The implementation may wish to set a result object on the JobExecutionContext before this method exits. The result itself is meaningless to Quartz, but may be informative to IJobListeners or ITriggerListeners that are watching the job's execution.

ProcessSignatureDocuments ( ) : System

Empty constructor for job initilization

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

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

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

Called by the IScheduler when a ITrigger fires that is associated with the IJob.
The implementation may wish to set a result object on the JobExecutionContext before this method exits. The result itself is meaningless to Quartz, but may be informative to IJobListeners or ITriggerListeners that are watching the job's execution.
public Execute ( IJobExecutionContext context ) : void
context IJobExecutionContext The execution context.
Результат void

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

Empty constructor for job initilization

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

public ProcessSignatureDocuments ( ) : System
Результат System