C# Class BitSharp.Core.Workers.StatsWorker

Inheritance: BitSharp.Common.Worker
Afficher le fichier Open project: pmlyon/BitSharp Class Usage Examples

Méthodes publiques

Méthode Description
StatsWorker ( BitSharp.Common.WorkerConfig workerConfig, ICoreDaemon coreDaemon ) : BitSharp.Common

Méthodes protégées

Méthode Description
SubDispose ( ) : void
WorkAction ( ) : System.Threading.Tasks.Task

Private Methods

Méthode Description
OnTxesConfirmed ( object sender, TxesConfirmedEventArgs e ) : void
OnTxesUnconfirmed ( object sender, TxesUnconfirmedEventArgs e ) : void
OnUnconfirmedTxAdded ( object sender, UnconfirmedTxAddedEventArgs e ) : void

Method Details

StatsWorker() public méthode

public StatsWorker ( BitSharp.Common.WorkerConfig workerConfig, ICoreDaemon coreDaemon ) : BitSharp.Common
workerConfig BitSharp.Common.WorkerConfig
coreDaemon ICoreDaemon
Résultat BitSharp.Common

SubDispose() protected méthode

protected SubDispose ( ) : void
Résultat void

WorkAction() protected méthode

protected WorkAction ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task