openPDC Historian Help
FutureDataReceived Event
NamespacesTVA.Historian.FilesArchiveFileFutureDataReceived
Occurs when IDataPoint is received with TimeTag ahead of the local clock by more than the LeadTimeTolerance.
Declaration Syntax
C#Visual BasicVisual C++
public event EventHandler<EventArgs<IDataPoint>> FutureDataReceived
Public Event FutureDataReceived As EventHandler(Of EventArgs(Of IDataPoint))
public:
 event EventHandler<EventArgs<IDataPoint^>^>^ FutureDataReceived {
	void add (EventHandler<EventArgs<IDataPoint^>^>^ value);
	void remove (EventHandler<EventArgs<IDataPoint^>^>^ value);
}

Assembly: TVA.Historian (Module: TVA.Historian) Version: 1.0.33.39252