C# Class Rebel.Cms.Web.Tasks.ConfigurationTaskBuilder

Inheritance: AbstractWebTask
Afficher le fichier Open project: RebelCMS/rebelcmsxu5

Méthodes publiques

Méthode Description
ConfigurationTaskBuilder ( IRebelApplicationContext applicationContext ) : System

Initializes a new instance of the ConfigurationTaskBuilder class.

Execute ( TaskExecutionContext context ) : void

This gets all tasks found in configuration blocks and dynamically creates real task definitions from them and registers them with the task manager with the trigger name of the package they were found in

Method Details

ConfigurationTaskBuilder() public méthode

Initializes a new instance of the ConfigurationTaskBuilder class.
public ConfigurationTaskBuilder ( IRebelApplicationContext applicationContext ) : System
applicationContext IRebelApplicationContext The application context.
Résultat System

Execute() public méthode

This gets all tasks found in configuration blocks and dynamically creates real task definitions from them and registers them with the task manager with the trigger name of the package they were found in
public Execute ( TaskExecutionContext context ) : void
context Rebel.Framework.Tasks.TaskExecutionContext
Résultat void