Click or drag to resize

ReplicatorConfigurationContinuous Property

Gets or sets whether or not the Replicator should stay active indefinitely. The default is false

Namespace:  Couchbase.Lite.Sync
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
Syntax
C#
public bool Continuous { get; set; }

Property Value

Type: Boolean
See Also