C# Class GSF.TimeSeries.Transport.DataSubscriber.LocalConcentrator

Inheritance: ConcentratorBase
显示文件 Open project: GridProtectionAlliance/gsf

Public Methods

Method Description
LocalConcentrator ( DataSubscriber parent ) : System

Creates a new local concentrator.

Protected Methods

Method Description
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.

Method Details

Dispose() protected method

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.
return void

LocalConcentrator() public method

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

PublishFrame() protected method

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.
return void