|
IReplicationProviderReplicationComplete Event
|
Occurs when the process of replicating the
IArchive is complete.
Namespace: GSF.Historian.ReplicationAssembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.248-beta
Syntaxevent EventHandler ReplicationComplete
Event ReplicationComplete As EventHandler
event EventHandler^ ReplicationComplete {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
abstract ReplicationComplete : IEvent<EventHandler,
EventArgs>
function add_ReplicationComplete(value);
function remove_ReplicationComplete(value);
View SourceValue
EventHandler
See Also