C# Class Rock.Jobs.GroupLeaderPendingNotifications

Inheritance: IJob
显示文件 Open project: SparkDevNetwork/Rock

Public Methods

Method Description
Execute ( IJobExecutionContext context ) : void

Job that will sync groups. Called by the IScheduler when a ITrigger fires that is associated with the IJob.

GroupLeaderPendingNotifications ( ) : 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 method

Job that will sync groups. Called by the IScheduler when a ITrigger fires that is associated with the IJob.
public Execute ( IJobExecutionContext context ) : void
context IJobExecutionContext
return void

GroupLeaderPendingNotifications() public method

Empty constructor for job initialization

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

public GroupLeaderPendingNotifications ( ) : System
return System