C# Class SqlToGraphite.TaskManager

Afficher le fichier Open project: perryofpeek/SqlToGraphite-core

Méthodes publiques

Méthode Description
Start ( ) : void
Stop ( ) : void
TaskManager ( log4net.ILog log, IConfigController configController, string path, IStop stop, ISleep sleep, int configurationReReadTime ) : System.Collections.Generic

Private Methods

Méthode Description
IfConfigurationHasBeenReloadedStopThreads ( ITaskBag newTaskBag ) : void
StartTasks ( ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

TaskManager() public méthode

public TaskManager ( log4net.ILog log, IConfigController configController, string path, IStop stop, ISleep sleep, int configurationReReadTime ) : System.Collections.Generic
log log4net.ILog
configController IConfigController
path string
stop IStop
sleep ISleep
configurationReReadTime int
Résultat System.Collections.Generic