C# Class Chinchilla.Threading.ThreadWrapper

Inheritance: IThread
Show file Open project: jonnii/chinchilla

Public Methods

Method Description
Join ( ) : void
Start ( ) : void
ThreadWrapper ( Thread thread ) : System.Threading

Method Details

Join() public method

public Join ( ) : void
return void

Start() public method

public Start ( ) : void
return void

ThreadWrapper() public method

public ThreadWrapper ( Thread thread ) : System.Threading
thread System.Threading.Thread
return System.Threading