C# Класс GrafanaAdapters.GrafanaDataService.HistorianDataSource

Наследование: GrafanaDataSourceBase
Показать файл Открыть проект

Открытые методы

Метод Описание
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