C# Class Rock.Jobs.SendRegistrationReminders

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

Méthodes publiques

Méthode Description
Execute ( IJobExecutionContext context ) : void

Executes the specified context.

SendRegistrationReminders ( ) : System

Initializes a new instance of the SendCommunications class.

Method Details

Execute() public méthode

Executes the specified context.
public Execute ( IJobExecutionContext context ) : void
context IJobExecutionContext The context.
Résultat void

SendRegistrationReminders() public méthode

Initializes a new instance of the SendCommunications class.
public SendRegistrationReminders ( ) : System
Résultat System