C# Class ALE.EventLoopWorker

Afficher le fichier Open project: blesh/ALE Class Usage Examples

Méthodes publiques

Свойство Type Description
StopHandle System.Threading.ManualResetEvent

Méthodes publiques

Méthode Description
EventLoopWorker ( ) : System.Threading
Start ( ) : void
Stop ( ) : void
Wait ( ) : void

Private Methods

Méthode Description
Work ( Task incomingTask ) : void

Method Details

EventLoopWorker() public méthode

public EventLoopWorker ( ) : System.Threading
Résultat System.Threading

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

Wait() public méthode

public Wait ( ) : void
Résultat void

Property Details

StopHandle public_oe property

public ManualResetEvent,System.Threading StopHandle
Résultat System.Threading.ManualResetEvent