Click or drag to resize

ReplicationOptionsPollInterval Property

Gets or sets the time to wait between subsequent requests for changes (to throttle the amount of requests going to the server). This is only applicable to continuous replications.

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

Property Value

Type: TimeSpan
See Also