IReplicator Methods |
The IReplicator type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
AddTarget | Adds a new Replication Target to collection. |
|
|
CancelReplication | Cancels all replications. |
|
|
CancelReplicationSession | Cancels replication for a specific Replication Target. |
|
|
Clear | Removes all Replication Targets from collection. |
|
|
RemoveTarget | Removes a Replication Target from collection. |
|
|
ReorderTargets | 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. |
|
|
Replicate(Boolean, IEnumerableString, IEnumerableString, String) |
Obsolete.
Starts replication on all Replication Targets. |
|
|
Replicate(Boolean, IEnumerableString, IEnumerableString, IEnumerableString, String) | Starts replication on all Replication Targets. |
|
|
ReplicationTaskMonitors | Retrieves the collection of monitor objects for the Replication Targets that belongs to this replicator, in a paginated fashion. |
|
|
Target | Retrieves a Replicator Target by its unique ID. |
|
|
TargetCount | Gets the count of the collection of Replication Targets that belong to this replicator. |
|
|
Targets | Retrieves the collection of Replication Targets that belongs to this replicator, in a paginated fashion. |
|
|
Touch |
Updated the entity's LastModified value to the current time.
(Inherited from IEntity) |
|
|
ValidateData |
Validates this entity's data. Implemented by concrete inheriting types.
(Inherited from IEntity) |
|
|
ValidateUserPermission |
Validates the user permission on the current entity. Implemented by concrete inheriting types.
It is called automatically upon saving an entity.
(Inherited from IEntity) |