C# Class Batman.Core.Tasks.TaskManager

Task manager
Afficher le fichier Open project: JaCraig/Batman Class Usage Examples

Méthodes publiques

Méthode Description
Run ( RunTime TimeToRun ) : void

Runs the tasks associated with the run time specified

TaskManager ( ) : System

Constructor

ToString ( ) : string

Returns a System.String that represents this instance.

Method Details

Run() public méthode

Runs the tasks associated with the run time specified
public Run ( RunTime TimeToRun ) : void
TimeToRun RunTime Time to run
Résultat void

TaskManager() public méthode

Constructor
public TaskManager ( ) : System
Résultat System

ToString() public méthode

Returns a System.String that represents this instance.
public ToString ( ) : string
Résultat string