C# Class Aegis.Threading.WorkerThread

Afficher le fichier Open project: SyncZone/AegisFramework Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
Run ( ) : void

Method Details

Increase() public méthode

public Increase ( int threadCount ) : void
threadCount int
Résultat void

Post() public méthode

public Post ( System.Action item ) : void
item System.Action
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

WorkerThread() public méthode

public WorkerThread ( string name ) : System
name string
Résultat System