Click or drag to resize

ReplicationGetPendingDocumentIDs Method

Gets a collection of document IDs that have been scheduled for replication but not yet completed.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public ICollection<string> GetPendingDocumentIDs()

Return Value

Type: ICollectionString
The pending document IDs.
See Also