C# Class MinerLib_cs.WorkThread

Datei anzeigen Open project: GarageGames/Bitcoin Class Usage Examples

Public Methods

Method Description
Destroy ( ) : void
IsWorkDone ( ) : bool
StartWork ( uint hashStart, uint hashCount, Work work ) : void
WorkThread ( ) : System

Private Methods

Method Description
ScryptHashes ( ) : void
WorkFunction ( ) : void

Method Details

Destroy() public method

public Destroy ( ) : void
return void

IsWorkDone() public method

public IsWorkDone ( ) : bool
return bool

StartWork() public method

public StartWork ( uint hashStart, uint hashCount, Work work ) : void
hashStart uint
hashCount uint
work Work
return void

WorkThread() public method

public WorkThread ( ) : System
return System