C# Class Rock.Jobs.SendAttendanceReminder

Inheritance: IJob
Mostra file Open project: SparkDevNetwork/Rock

Public Methods

Method Description
Execute ( IJobExecutionContext context ) : void

Executes the specified context.

SendAttendanceReminder ( ) : System

Initializes a new instance of the SendCommunications class.

Method Details

Execute() public method

Executes the specified context.
public Execute ( IJobExecutionContext context ) : void
context IJobExecutionContext The context.
return void

SendAttendanceReminder() public method

Initializes a new instance of the SendCommunications class.
public SendAttendanceReminder ( ) : System
return System