C# Class Rock.Jobs.SendCreditCardExpirationNotices

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

Méthodes publiques

Méthode Description
Execute ( IJobExecutionContext context ) : void

Executes the specified context.

SendCreditCardExpirationNotices ( ) : System

Empty constructor for job initialization

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

Méthodes protégées

Méthode Description
StartWorkflow ( WorkflowService workflowService, WorkflowType workflowType, string>.Dictionary attributes, string workflowNameSuffix ) : void

Starts the workflow.

Method Details

Execute() public méthode

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

SendCreditCardExpirationNotices() public méthode

Empty constructor for job initialization

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

public SendCreditCardExpirationNotices ( ) : System
Résultat System

StartWorkflow() protected méthode

Starts the workflow.
protected StartWorkflow ( WorkflowService workflowService, WorkflowType workflowType, string>.Dictionary attributes, string workflowNameSuffix ) : void
workflowService Rock.Model.WorkflowService The workflow service.
workflowType WorkflowType Type of the workflow.
attributes string>.Dictionary The attributes.
workflowNameSuffix string The workflow instance name suffix (the part that is tacked onto the end fo the name to distinguish one instance from another).
Résultat void