Click or drag to resize

IReplicationTaskDetails Interface


Represents the details of a completed replication.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
public interface IReplicationTaskDetails

The IReplicationTaskDetails type exposes the following members.

Properties
  NameDescription
Public propertyCompletedItems
Gets the Items that were successfully replicated.
Public propertyIsCleanReplication
Gets whether the replication was a clean replication.
Public propertyRepTaskMonitor
Gets the monior object that tracks ongoing replication.
Public propertySkippedItems
Gets the Items that were skipped.
Public propertyStoppingError
Gets the stopping error of the replication. If replication completed, returns null.
Top
Methods
  NameDescription
Public methodItemReplicated
Informs this object that an Item has been replicated
Public methodItemsCount
Gets the count of all Items to be replicated.
Top
See Also