C# 클래스 GrafanaAdapters.GrafanaDataService.HistorianDataSource

상속: GrafanaDataSourceBase
파일 보기 프로젝트 열기: GridProtectionAlliance/gsf

공개 메소드들

메소드 설명
HistorianDataSource ( GrafanaDataService parent ) : System

보호된 메소드들

메소드 설명
QueryTimeSeriesValues ( System.DateTime startTime, System.DateTime stopTime, int maxDataPoints, string>.Dictionary targetMap, CancellationToken cancellationToken ) : List

메소드 상세

HistorianDataSource() 공개 메소드

public HistorianDataSource ( GrafanaDataService parent ) : System
parent GrafanaDataService
리턴 System

QueryTimeSeriesValues() 보호된 메소드

protected QueryTimeSeriesValues ( System.DateTime startTime, System.DateTime stopTime, int maxDataPoints, string>.Dictionary targetMap, CancellationToken cancellationToken ) : List
startTime System.DateTime
stopTime System.DateTime
maxDataPoints int
targetMap string>.Dictionary
cancellationToken System.Threading.CancellationToken
리턴 List