C# 클래스 Jellyfish.Commands.MetricsPoller

파일 보기 프로젝트 열기: Zenasoft/Jellyfish.Commands 1 사용 예제들

공개 메소드들

메소드 설명
MetricsPoller ( int delay, CancellationToken token ) : System.Collections.Generic
Start ( ) : void

비공개 메소드들

메소드 설명
GetJsonMetrics ( ) : IEnumerable
UpdateEvent ( string evt ) : void

메소드 상세

MetricsPoller() 공개 메소드

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

Start() 공개 메소드

public Start ( ) : void
리턴 void