C# Class Rock.Jobs.SendAttendanceReminder

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

Méthodes publiques

Méthode Description
Execute ( IJobExecutionContext context ) : void

Executes the specified context.

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

SendAttendanceReminder() public méthode

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