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