openPDC Historian Help
IReplicationProvider Interface
NamespacesTVA.Historian.ReplicationIReplicationProvider
Defines a provider of replication mechanism for the IArchive.
Declaration Syntax
C#Visual BasicVisual C++
public interface IReplicationProvider : ISupportLifecycle, 
	IDisposable, IPersistSettings
Public Interface IReplicationProvider _
	Implements ISupportLifecycle, IDisposable, IPersistSettings
public interface class IReplicationProvider : ISupportLifecycle, 
	IDisposable, IPersistSettings
Members
All MembersMethodsPropertiesEvents



IconMemberDescription
ArchiveLocation
Gets or sets the primary location of the IArchive.

Dispose()()()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Enabled()()() (Inherited from ISupportLifecycle.)
Initialize()()() (Inherited from ISupportLifecycle.)
LoadSettings()()() (Inherited from IPersistSettings.)
PersistSettings()()() (Inherited from IPersistSettings.)
ReplicaLocation
Gets or sets the mirrored location of the IArchive.

Replicate()()()
Replicates the IArchive.

ReplicationComplete
Occurs when the process of replicating the IArchive is complete.

ReplicationException
Occurs when an Exception is encountered during the replication process of IArchive.

ReplicationInterval
Gets or sets the interval in milliseconds at which the IArchive is to be replicated.

ReplicationProgress
Occurs when the IArchive is being replicated.

ReplicationStart
Occurs when the process of replicating the IArchive is started.

SaveSettings()()() (Inherited from IPersistSettings.)
SettingsCategory()()() (Inherited from IPersistSettings.)

Assembly: TVA.Historian (Module: TVA.Historian) Version: 1.0.33.39252