openPDC Historian Help
ReplicationProgress Event
NamespacesTVA.Historian.ReplicationReplicationProviderBaseReplicationProgress
Occurs when the IArchive is being replicated.
Declaration Syntax
C#Visual BasicVisual C++
public event EventHandler<EventArgs<ProcessProgress<int>>> ReplicationProgress
Public Event ReplicationProgress As EventHandler(Of EventArgs(Of ProcessProgress(Of Integer)))
public:
virtual  event EventHandler<EventArgs<ProcessProgress<int>^>^>^ ReplicationProgress {
	void add (EventHandler<EventArgs<ProcessProgress<int>^>^>^ value);
	void remove (EventHandler<EventArgs<ProcessProgress<int>^>^>^ value);
}

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