C# 클래스 Hangfire.MySql.CountersAggregator

상속: IServerComponent
파일 보기 프로젝트 열기: arnoldasgudas/Hangfire.MySqlStorage

공개 메소드들

메소드 설명
CountersAggregator ( MySqlStorage storage, System.TimeSpan interval ) : System
Execute ( CancellationToken cancellationToken ) : void
ToString ( ) : string

비공개 메소드들

메소드 설명
GetAggregationQuery ( ) : string

메소드 상세

CountersAggregator() 공개 메소드

public CountersAggregator ( MySqlStorage storage, System.TimeSpan interval ) : System
storage MySqlStorage
interval System.TimeSpan
리턴 System

Execute() 공개 메소드

public Execute ( CancellationToken cancellationToken ) : void
cancellationToken System.Threading.CancellationToken
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string