C# Class Rock.Jobs.GetScheduledPayments

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

Méthodes publiques

Méthode Description
Execute ( IJobExecutionContext context ) : void

Job that updates the JobPulse setting with the current date/time. This will allow us to notify an admin if the jobs stop running. Called by the IScheduler when a ITrigger fires that is associated with the IJob.

GetScheduledPayments ( ) : 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

Job that updates the JobPulse setting with the current date/time. This will allow us to notify an admin if the jobs stop running. Called by the IScheduler when a ITrigger fires that is associated with the IJob.
public Execute ( IJobExecutionContext context ) : void
context IJobExecutionContext
Résultat void

GetScheduledPayments() 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 GetScheduledPayments ( ) : System
Résultat System