C# Class SqlToGraphite.ThreadImpl

Inheritance: IThread
Afficher le fichier Open project: perryofpeek/SqlToGraphite-core

Méthodes publiques

Méthode Description
Abort ( ) : void
Start ( ) : void
ThreadImpl ( ThreadStart process ) : System

Method Details

Abort() public méthode

public Abort ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

ThreadImpl() public méthode

public ThreadImpl ( ThreadStart process ) : System
process ThreadStart
Résultat System