C# Class SqlToGraphite.TaskManager

Exibir arquivo Open project: perryofpeek/SqlToGraphite-core

Public Methods

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

Private Methods

Method Description
IfConfigurationHasBeenReloadedStopThreads ( ITaskBag newTaskBag ) : void
StartTasks ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

TaskManager() public method

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
return System.Collections.Generic