OneSecondDataWindowAdapterBasePublishFrame Method

Publish IFrame of time-aligned collection of IMeasurement values that arrived within defined LagTime.

Definition

Namespace: Gemstone.Timeseries.Adapters
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.160 -- Release Build+69269a1754081bcb38397d2d6a05132ae03c7054
protected override void PublishFrame(
	IFrame frame,
	int index
)

Parameters

frame  IFrame
Collection of measurements with the same timestamp that arrived within LagTime that are ready for processing.
index  Int32
Index of IFrame within a second ranging from zero to FramesPerSecond - 1.

Remarks

If user implemented publication function consistently exceeds available publishing time (i.e., 1 / FramesPerSecond seconds), concentration will fall behind. A small amount of this time is required by the ConcentratorBase for processing overhead, so actual total time available for user function process will always be slightly less than 1 / FramesPerSecond seconds.

See Also