C# Class Hangfire.MySql.CountersAggregator

Inheritance: IServerComponent
Afficher le fichier Open project: arnoldasgudas/Hangfire.MySqlStorage

Méthodes publiques

Méthode Description
CountersAggregator ( MySqlStorage storage, System.TimeSpan interval ) : System
Execute ( CancellationToken cancellationToken ) : void
ToString ( ) : string

Private Methods

Méthode Description
GetAggregationQuery ( ) : string

Method Details

CountersAggregator() public méthode

public CountersAggregator ( MySqlStorage storage, System.TimeSpan interval ) : System
storage MySqlStorage
interval System.TimeSpan
Résultat System

Execute() public méthode

public Execute ( CancellationToken cancellationToken ) : void
cancellationToken System.Threading.CancellationToken
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string