C# Class Osherove.ThreadTester.ThreadAction

Datei anzeigen Open project: royosherove/aout1 Class Usage Examples

Public Methods

Method Description
Start ( ) : void
StartWhenSignaled ( ManualResetEvent startSignal ) : void
Stop ( ) : void
ThreadAction ( Func del ) : System.Threading

Private Methods

Method Description
startDelegate ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

StartWhenSignaled() public method

public StartWhenSignaled ( ManualResetEvent startSignal ) : void
startSignal System.Threading.ManualResetEvent
return void

Stop() public method

public Stop ( ) : void
return void

ThreadAction() public method

public ThreadAction ( Func del ) : System.Threading
del Func
return System.Threading