C# Class Rock.Jobs.SendCommunications

Inheritance: IJob
Mostra file Open project: SparkDevNetwork/Rock

Public Methods

Method Description
Execute ( IJobExecutionContext context ) : void

Executes the specified context.

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

SendCommunications() public method

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