ReplicationIsRunning Property |
Gets whether the
Replication is running.
Continuous
Replications never actually stop,
instead they go idle waiting for new data to appear.
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax public bool IsRunning { get; }
Property Value
Type:
Booleantrue if
Replication is running; otherwise,
false.
See Also