Click or drag to resize

ReplicatorResetCheckpoint Method

Resets the local checkpoint of the replicator, meaning that it will read all changes since the beginning of time from the remote database. This can only be called when the replicator is in a stopped state.

Namespace:  Couchbase.Lite.Sync
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.1.0-b0232
Syntax
C#
public void ResetCheckpoint()
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown if this method is called while the replicator is not in a stopped state
See Also