C# Class Jellyfish.Commands.MetricsPoller

Mostra file Open project: Zenasoft/Jellyfish.Commands Class Usage Examples

Public Methods

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

Private Methods

Method Description
GetJsonMetrics ( ) : IEnumerable
UpdateEvent ( string evt ) : void

Method Details

MetricsPoller() public method

public MetricsPoller ( int delay, CancellationToken token ) : System.Collections.Generic
delay int
token System.Threading.CancellationToken
return System.Collections.Generic

Start() public method

public Start ( ) : void
return void