Represents the details of a completed replication.
Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax
The IReplicationTaskDetails type exposes the following members.
Properties
Name | Description | |
---|---|---|
CompletedItems |
Gets the Items that were successfully replicated.
| |
IsCleanReplication |
Gets whether the replication was a clean replication.
| |
RepTaskMonitor |
Gets the monior object that tracks ongoing replication.
| |
SkippedItems |
Gets the Items that were skipped.
| |
StoppingError |
Gets the stopping error of the replication. If replication completed, returns null.
|
Methods
Name | Description | |
---|---|---|
ItemReplicated |
Informs this object that an Item has been replicated
| |
ItemsCount |
Gets the count of all Items to be replicated.
|
See Also