C# Class Aegis.Threading.WorkerThread

Datei anzeigen Open project: SyncZone/AegisFramework Class Usage Examples

Public Methods

Method Description
Increase ( int threadCount ) : void
Post ( System.Action item ) : void
Start ( ) : void
Stop ( ) : void
WorkerThread ( string name ) : System

Private Methods

Method Description
Run ( ) : void

Method Details

Increase() public method

public Increase ( int threadCount ) : void
threadCount int
return void

Post() public method

public Post ( System.Action item ) : void
item System.Action
return void

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

WorkerThread() public method

public WorkerThread ( string name ) : System
name string
return System