Click or drag to resize

IReplicator Methods


The IReplicator type exposes the following members.

Methods
  NameDescription
Public methodAddTarget
Adds a new Replication Target to collection.
Public methodCancelReplication
Cancels all replications.
Public methodCancelReplicationSession
Cancels replication for a specific Replication Target.
Public methodClear
Removes all Replication Targets from collection.
Public methodRemoveTarget
Removes a Replication Target from collection.
Public methodReorderTargets
Reorder the sequence of Replicator Targets in the collection. When this replicator is configured to replicate sequentially, this method affects which Target performs replication first.
Public methodReplicate
Starts replication on all Replication Targets.
Public methodReplicationTaskMonitors
Retrieves the collection of monitor objects for the Replication Targets that belongs to this replicator, in a paginated fashion.
Public methodTarget
Retrieves a Replicator Target by its unique ID.
Public methodTargetCount
Gets the count of the collection of Replication Targets that belong to this replicator.
Public methodTargets
Retrieves the collection of Replication Targets that belongs to this replicator, in a paginated fashion.
Public methodTouch
Updated the entity's LastModified value to the current time.
(Inherited from IEntity.)
Public methodValidateData
Validates this entity's data. Implemented by concrete inheriting types.
(Inherited from IEntity.)
Public methodValidateUserPermission
Validates the user permission on the current entity. Implemented by concrete inheriting types. It is called automatically upon saving an entity.
(Inherited from IEntity.)
Top
See Also