C# Class SqlToGraphite.ThreadImpl

Inheritance: IThread
ファイルを表示 Open project: perryofpeek/SqlToGraphite-core

Public Methods

Method Description
Abort ( ) : void
Start ( ) : void
ThreadImpl ( ThreadStart process ) : System

Method Details

Abort() public method

public Abort ( ) : void
return void

Start() public method

public Start ( ) : void
return void

ThreadImpl() public method

public ThreadImpl ( ThreadStart process ) : System
process ThreadStart
return System