Click or drag to resize

ReplicationProviderBaseOnReplicationProgress Method

Raises the ReplicationProgress event.

Namespace: GSF.Historian.Replication
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
protected virtual void OnReplicationProgress(
	ProcessProgress<int> replicationProgress
)
View Source

Parameters

replicationProgress  ProcessProgressInt32
ProcessProgressTUnit to send to ReplicationProgress event.
See Also