C# Class SqlToGraphite.TaskBag

Inheritance: ITaskBag
ファイルを表示 Open project: perryofpeek/SqlToGraphite-core Class Usage Examples

Public Methods

Method Description
Start ( ) : void
Stop ( ) : void
TaskBag ( IList threads ) : System.Collections.Generic

Method Details

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

TaskBag() public method

public TaskBag ( IList threads ) : System.Collections.Generic
threads IList
return System.Collections.Generic