| 
            
              ReplicationProviderBaseReplicationInterval Property
             | 
          
        
        
            Gets or sets the interval in minutes at which the 
IArchive is to be replicated.
            
 
        
        Namespace: GSF.Historian.ReplicationAssembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.257-beta
Syntaxpublic int ReplicationInterval { get; set; }Public Property ReplicationInterval As Integer
	Get
	Set
public:
virtual property int ReplicationInterval {
	int get () sealed;
	void set (int value) sealed;
}abstract ReplicationInterval : int with get, set
override ReplicationInterval : int with get, set
function get_ReplicationInterval();
function set_ReplicationInterval(value);
 View SourceProperty Value
Int32Implements
IReplicationProviderReplicationInterval
See Also