|
IReplicationProviderReplicationInterval Property
|
Gets or sets the interval in milliseconds at which the
IArchive is to be replicated.
Namespace: GSF.Historian.ReplicationAssembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.205-beta
Syntax int ReplicationInterval { get; set; }
Property ReplicationInterval As Integer
Get
Set
property int ReplicationInterval {
int get ();
void set (int value);
}
abstract ReplicationInterval : int with get, set
function get_ReplicationInterval();
function set_ReplicationInterval(value);
View SourceProperty Value
Int32See Also