C# Class Rock.Jobs.SendRegistrationPaymentReminders

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

Méthodes publiques

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

SendRegistrationPaymentReminders ( ) : System

Empty constructor for job initialization

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

SendRegistrationPaymentReminders() public méthode

Empty constructor for job initialization

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

public SendRegistrationPaymentReminders ( ) : System
Résultat System