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