C# Class Rock.Jobs.SparkLink

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

Méthodes publiques

Méthode Description
Execute ( IJobExecutionContext context ) : void

Executes the specified context.

SparkLink ( ) : System

Initializes a new instance of the SparkLink class.

Method Details

Execute() public méthode

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

SparkLink() public méthode

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