Click or drag to resize
Grid Solutions Framework

FileExporterPublishFrame(IFrame, Int32) Method

Process frame of time-aligned measurements that arrived within the defined lag time.

Namespace: EpriExport
Assembly: EpriExport (in EpriExport.dll) Version: 2.4.182-beta
Syntax
protected virtual void PublishFrame(
	IFrame frame,
	int index
)
View Source

Parameters

frame  IFrame
IFrame of measurements that arrived within lag time and are ready for processing.
index  Int32
Index of IFrame within one second of data ranging from zero to frames per second - 1.
See Also