Click or drag to resize

ReplicatorConfiguration Properties

The ReplicatorConfiguration type exposes the following members.

Properties
  NameDescription
Public propertyConflictResolver
Gets or sets the object to use when resolving incoming conflicts. The default is null which will set up the default algorithm of the most active revision
Public propertyContinuous
Gets or sets whether or not the Replicator should stay active indefinitely. The default is false
Public propertyDatabase
Gets or sets the local database participating in the replication. This property is required to create an Replicator
Public propertyOptions
Gets or sets extra options affecting replication.
Public propertyReplicatorType
A value indicating the direction of the replication. The default is PushAndPull which is bidirectional
Public propertyTarget
Gets or sets the target to replicate with. This property is required to create an Replicator
Top
See Also