C# Class Enigma.D3.Bootloader.WatcherThread

Inheritance: IDisposable
Show file Open project: onethawt/enigma-d3 Class Usage Examples

Public Methods

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

Private Methods

Method Description
OnTick ( object state ) : void
Refresh ( ) : void

Method Details

AddTask() public method

public AddTask ( Action task ) : void
task Action
return void

Dispose() public method

public Dispose ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

WatcherThread() public method

public WatcherThread ( Engine engine ) : System
engine Engine
return System

WatcherThread() public method

public WatcherThread ( Engine engine, int updateInterval ) : System
engine Engine
updateInterval int
return System