ReplicationConfig Methods

BerkeleyDB

The ReplicationConfig type exposes the following members.

Methods

  NameDescription
AddRemoteSite
Add a new replication site to the replication manager's list of known sites. It is not necessary for all sites in a replication group to know about all other sites in the group.
Clockskew
Set the clock skew ratio among replication group members based on the fastest and slowest measurements among the group for use with master leases.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
RetransmissionRequest
Set a threshold for the minimum and maximum time that a client waits before requesting retransmission of a missing message.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
TransmitLimit
Set a byte-count limit on the amount of data that will be transmitted from a site in response to a single message processed by RepProcessMessage(DatabaseEntry, DatabaseEntry, Int32). The limit is not a hard limit, and the record that exceeds the limit is the last record to be sent.

See Also