C# Class Jellyfish.Commands.MetricsPoller

Afficher le fichier Open project: Zenasoft/Jellyfish.Commands Class Usage Examples

Méthodes publiques

Méthode Description
MetricsPoller ( int delay, CancellationToken token ) : System.Collections.Generic
Start ( ) : void

Private Methods

Méthode Description
GetJsonMetrics ( ) : IEnumerable
UpdateEvent ( string evt ) : void

Method Details

MetricsPoller() public méthode

public MetricsPoller ( int delay, CancellationToken token ) : System.Collections.Generic
delay int
token System.Threading.CancellationToken
Résultat System.Collections.Generic

Start() public méthode

public Start ( ) : void
Résultat void