![]() |
IReplication
|
public interface IReplicationProvider : IAdapter, ISupportLifecycle, IDisposable, IProvideStatus, IPersistSettings
The IReplicationProvider type exposes the following members.
Name | Description | |
---|---|---|
![]() | ArchiveLocation | Gets or sets the primary location of the IArchive. |
![]() | Domain |
Gets the AppDomain in which the IAdapter is executing.
(Inherited from IAdapter) |
![]() | Enabled |
Gets or sets a boolean value that indicates whether the object is enabled.
(Inherited from ISupportLifecycle) |
![]() | HostFile |
Gets or sets the path to the file where the IAdapter is housed.
(Inherited from IAdapter) |
![]() | IsDisposed |
Gets a flag that indicates whether the object has been disposed.
(Inherited from ISupportLifecycle) |
![]() | MemoryUsage |
Gets the memory utilization of the IAdapter in bytes if executing in a separate AppDomain, otherwise NaN.
(Inherited from IAdapter) |
![]() | Name |
Gets the name of the object providing status information.
(Inherited from IProvideStatus) |
![]() | PersistSettings |
Determines whether the object settings are to be persisted to the config file.
(Inherited from IPersistSettings) |
![]() | ProcessorUsage |
Gets the % processor utilization of the IAdapter if executing in a separate AppDomain otherwise NaN.
(Inherited from IAdapter) |
![]() | ReplicaLocation | Gets or sets the mirrored location of the IArchive. |
![]() | ReplicationInterval | Gets or sets the interval in milliseconds at which the IArchive is to be replicated. |
![]() | SettingsCategory |
Gets or sets the category name under which the object settings are persisted in the config file.
(Inherited from IPersistSettings) |
![]() | Status |
Gets the current status details about object providing status information.
(Inherited from IProvideStatus) |
![]() | TypeName |
Gets or sets the text representation of the IAdapter's TypeName.
(Inherited from IAdapter) |
Name | Description | |
---|---|---|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable) |
![]() | Initialize |
Initializes the state of the object.
(Inherited from ISupportLifecycle) |
![]() | LoadSettings |
Loads saved settings from the config file.
(Inherited from IPersistSettings) |
![]() | Replicate | Replicates the IArchive. |
![]() | SaveSettings |
Saves settings to the config file.
(Inherited from IPersistSettings) |
Name | Description | |
---|---|---|
![]() | Disposed |
Raised after the source object has been properly disposed.
(Inherited from ISupportLifecycle) |
![]() | ExecutionException |
Occurs when the IAdapter encounters an Exception during execution.
(Inherited from IAdapter) |
![]() | ReplicationComplete | Occurs when the process of replicating the IArchive is complete. |
![]() | ReplicationException | Occurs when an Exception is encountered during the replication process of IArchive. |
![]() | ReplicationProgress | Occurs when the IArchive is being replicated. |
![]() | ReplicationStart | Occurs when the process of replicating the IArchive is started. |
![]() | StatusUpdate |
Occurs when the IAdapter wants to provide a status update.
(Inherited from IAdapter) |