C# Класс Orchard.Recipes.Services.RecipeScheduler

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

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

Метод Описание
ExecuteWork ( string executionId ) : void
RecipeScheduler ( IProcessingEngine processingEngine, ShellSettings shellSettings, IShellDescriptorManager shellDescriptorManager, Lazy recipeStepExecutor ) : System
ScheduleWork ( string executionId ) : void

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

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

public ExecuteWork ( string executionId ) : void
executionId string
Результат void

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

public RecipeScheduler ( IProcessingEngine processingEngine, ShellSettings shellSettings, IShellDescriptorManager shellDescriptorManager, Lazy recipeStepExecutor ) : System
processingEngine IProcessingEngine
shellSettings Orchard.Environment.Configuration.ShellSettings
shellDescriptorManager IShellDescriptorManager
recipeStepExecutor Lazy
Результат System

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

public ScheduleWork ( string executionId ) : void
executionId string
Результат void