Defines a provider of replication mechanism for the IArchive.
            
| C# | Visual Basic | Visual C++ | 
public interface IReplicationProvider : ISupportLifecycle, IDisposable, IPersistSettings
Public Interface IReplicationProvider _ Implements ISupportLifecycle, IDisposable, IPersistSettings
public interface class IReplicationProvider : ISupportLifecycle, IDisposable, IPersistSettings
| All Members | Methods | Properties | Events | ||
| Icon | Member | Description | 
|---|---|---|
| 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 | ||
| 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.) |