Click or drag to resize

ReplicationOptionsReplicationRetryDelay Property

Non-continuous replications will give up on revisions after a while, and restart the replication process to try to get them later. This property will set how long they should wait before doing so.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public TimeSpan ReplicationRetryDelay { get; set; }

Property Value

Type: TimeSpan
See Also