C# Class Sharplike.Core.Scheduling.SimpleThreadPoolScheduler

Inheritance: AbstractSimpleScheduler
Afficher le fichier Open project: eropple/sharplike

Protected Properties

Свойство Type Description
doneEvents System.Threading.ManualResetEvent[]

Méthodes publiques

Méthode Description
Process ( ) : void

Private Methods

Méthode Description
RunTask ( Object data ) : void

Method Details

Process() public méthode

public Process ( ) : void
Résultat void

Property Details

doneEvents protected_oe property

protected ManualResetEvent[],System.Threading doneEvents
Résultat System.Threading.ManualResetEvent[]