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 public ICollection<string> GetPendingDocumentIDs()
Return Value
Type:
ICollectionStringThe pending document IDs.
See Also