C# Class Rock.Jobs.ProcessSignatureDocuments

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

Méthodes publiques

Méthode Description
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.

Method Details

Execute() public méthode

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.
Résultat void

ProcessSignatureDocuments() public méthode

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
Résultat System