openPDC Historian Help
ExportProcessed Event
NamespacesTVA.Historian.ExportersIExporterExportProcessed
Occurs when the exporter finishes processing an Export.
Declaration Syntax
C#Visual BasicVisual C++
event EventHandler<EventArgs<Export>> ExportProcessed
Event ExportProcessed As EventHandler(Of EventArgs(Of Export))
 event EventHandler<EventArgs<Export^>^>^ ExportProcessed {
	void add (EventHandler<EventArgs<Export^>^>^ value);
	void remove (EventHandler<EventArgs<Export^>^>^ value);
}
Remarks
Argument()()() is the Export that the exporter finished processing.

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