C# Класс GSF.Historian.Exporters.ExporterBase.RealTimeData

A class that can be used to save real-time time-series data for Exports of type ExportType.RealTime.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Data IList
Export Export
Listener DataListener

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

Метод Описание
RealTimeData ( Export export, DataListener listener, IList data ) : System

Initializes a new instance of the RealTimeData class.

Описание методов

RealTimeData() публичный Метод

Initializes a new instance of the RealTimeData class.
public RealTimeData ( Export export, DataListener listener, IList data ) : System
export Export The to which the belongs.
listener DataListener The that provided the .
data IList The real-time time-series data received by the .
Результат System

Описание свойств

Data публичное свойство

Gets or sets the real-time time-series data received by the Listener.
public IList Data
Результат IList

Export публичное свойство

Gets or sets the Export to which the Data belongs.
public Export Export
Результат Export

Listener публичное свойство

Gets or sets the DataListener that provided the Data.
public DataListener Listener
Результат DataListener