C# 클래스 GSF.TimeSeries.Transport.DataSubscriber.LocalConcentrator

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

공개 메소드들

메소드 설명
LocalConcentrator ( DataSubscriber parent ) : System

Creates a new local concentrator.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Releases the unmanaged resources used by the LocalConcentrator object and optionally releases the managed resources.

PublishFrame ( IFrame frame, int index ) : void

Publish IFrame of time-aligned collection of IMeasurement values that arrived within the concentrator's defined ConcentratorBase.LagTime.

메소드 상세

Dispose() 보호된 메소드

Releases the unmanaged resources used by the LocalConcentrator object and optionally releases the managed resources.
protected Dispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged resources; false to release only unmanaged resources.
리턴 void

LocalConcentrator() 공개 메소드

Creates a new local concentrator.
public LocalConcentrator ( DataSubscriber parent ) : System
parent DataSubscriber
리턴 System

PublishFrame() 보호된 메소드

Publish IFrame of time-aligned collection of IMeasurement values that arrived within the concentrator's defined ConcentratorBase.LagTime.
protected PublishFrame ( IFrame frame, int index ) : void
frame IFrame of measurements with the same timestamp that arrived within that are ready for processing.
index int Index of within a second ranging from zero to - 1.
리턴 void