The IReplicator type exposes the following members.
Methods
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 |
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.
|
|
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.) |
See Also