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.
파일 보기 프로젝트 열기: GridProtectionAlliance/gsf

공개 프로퍼티들

프로퍼티 타입 설명
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