Click or drag to resize

IReplicationTaskMonitor Properties


The IReplicationTaskMonitor type exposes the following members.

Properties
  Name Description
Public property Archived Gets/sets the archived value of this entity
(Inherited from IEntity)
Public property Cancelled Gets whether the replication is cancelled.
Public property ChangeDetectionCompleted Gets whether the change-detection process is completed.
Public property Completed Gets wheter the replication is done.
Public property CompletedItemsCount Gets and sets the count of items that has been replicated, including failed items.
Public property Created Gets the entity's creation date.
(Inherited from IEntity)
Public property CreationUser Gets the ID of the User who created this entity.
(Inherited from IEntity)
Public property LastModified Gets the date when the entity was most recently modified.
(Inherited from IEntity)
Public property LastModifiedUser Gets the ID of the User who lasted edited the entity.
(Inherited from IEntity)
Public property Manager Gets the manager that retrieved this entity instance.
(Inherited from IEntityTManager)
Public property OrderId Gets and sets the position of this replication task among other tasks in a Replicator. The lower IDs get executed first.
Public property Percentage Gets the percentage of completion.
Public property Session Gets the session that retrieved this entity. An entity is always session-specific.
(Inherited from IEntity)
Public property SessionId Gets the unique ID of the session that retrieved this entity.
(Inherited from IEntity)
Public property Started Gets whether the replication has started.
Public property StartTime Gets the starting Date/Time of the replication.
Public property Code example StartTimeValue Gets the starting Date/Time of the replication in ISO-8601 format.
Public property StoppingError Gets whether the replication failed
Public property Target Gets the Replication Target that this monitor belongs to.
Public property TotalItemsCount Gets and sets the count of items to be replicated.
Top
See Also