openPDC Historian Help
OnReplicationProgress Method (replicationProgress)
NamespacesTVA.Historian.ReplicationReplicationProviderBaseOnReplicationProgress(ProcessProgress<(Of <(Int32>)>))
Raises the ReplicationProgress event.
Declaration Syntax
C#Visual BasicVisual C++
protected virtual void OnReplicationProgress(
	ProcessProgress<int> replicationProgress
)
Protected Overridable Sub OnReplicationProgress ( _
	replicationProgress As ProcessProgress(Of Integer) _
)
protected:
virtual void OnReplicationProgress(
	ProcessProgress<int>^ replicationProgress
)
Parameters
replicationProgress (ProcessProgress<(Of <(Int32>)>))
ProcessProgress to send to ReplicationProgress event.

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