Represents configuration settings for the replication components of a server.


The following tables list the members exposed by IReplicationConfiguration.

Public Properties

  Name Description
Public property InboundBatchSize This property is not supported.
Public property InboundBusyWaitInterval This property is not supported.
Public property InboundDispatcherEnabled This property is not supported.
Public property InboundIdleWaitInterval This property is not supported.
Public property LeaseDuration Attention: Do not change the value of this property without guidance from a support representative. Doing so might adversely affect system performance.

The maximum interval, in seconds, allowed a worker to process a batch before the assignment of the batch to another worker. This interval ensures that any abnormal termination of the worker previously assigned to the batch does not prevent batch completion.

Public property MaxInboundWorkers This property is not supported.
Public property MaxOutboundWorkers This property is not supported.
Public property OutboundBatchSize This property is not supported.
Public property OutboundBusyWaitInterval This property is not supported.
Public property OutboundDispatcherEnabled This property is not supported.
Public property OutboundIdleWaitInterval This property is not supported.
Top

See Also