C# Класс Rebel.Cms.Web.Tasks.ConfigurationTaskBuilder

Наследование: AbstractWebTask
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

ConfigurationTaskBuilder() публичный Метод

Initializes a new instance of the ConfigurationTaskBuilder class.
public ConfigurationTaskBuilder ( IRebelApplicationContext applicationContext ) : System
applicationContext IRebelApplicationContext The application context.
Результат System

Execute() публичный Метод

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
Результат void