Click or drag to resize

ArchiveFileOnOutOfSequenceDataReceived Method

Raises the OutOfSequenceDataReceived event.

Namespace: GSF.Historian.Files
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
protected virtual void OnOutOfSequenceDataReceived(
	IDataPoint dataPoint
)
View Source

Parameters

dataPoint  IDataPoint
IDataPoint to send to OutOfSequenceDataReceived event.
See Also