C# Class Enigma.D3.Bootloader.WatcherThread

Inheritance: IDisposable
Afficher le fichier Open project: onethawt/enigma-d3 Class Usage Examples

Méthodes publiques

Méthode Description
AddTask ( Action task ) : void
Dispose ( ) : void
Start ( ) : void
Stop ( ) : void
WatcherThread ( Engine engine ) : System
WatcherThread ( Engine engine, int updateInterval ) : System

Private Methods

Méthode Description
OnTick ( object state ) : void
Refresh ( ) : void

Method Details

AddTask() public méthode

public AddTask ( Action task ) : void
task Action
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

WatcherThread() public méthode

public WatcherThread ( Engine engine ) : System
engine Engine
Résultat System

WatcherThread() public méthode

public WatcherThread ( Engine engine, int updateInterval ) : System
engine Engine
updateInterval int
Résultat System