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