C# Class Golem.Core.TaskRunner

Afficher le fichier Open project: tobinharris/golem Class Usage Examples

Méthodes publiques

Méthode Description
Run ( Recipe recipe, Task task ) : void
Run ( string recipeName, string taskName ) : void
TaskRunner ( RecipeCataloger aCataloger ) : System

Private Methods

Méthode Description
SetContextualInformationIfInheritsRecipeBase ( object recipeInstance ) : void

Method Details

Run() public méthode

public Run ( Recipe recipe, Task task ) : void
recipe Recipe
task Task
Résultat void

Run() public méthode

public Run ( string recipeName, string taskName ) : void
recipeName string
taskName string
Résultat void

TaskRunner() public méthode

public TaskRunner ( RecipeCataloger aCataloger ) : System
aCataloger RecipeCataloger
Résultat System