I tried that but: push.Continuous = true;
I also noticed that when using the code:
push.Changed + = (sender, e) => {
var active = == push.Status ReplicationStatus.Active;
if (! active) {
....
}
}
Sometimes not finished syncing and (! Active) = true, at another time following synchronization.
So my difficulty in knowing who has already been synchronized to avoid the risk of deleting record that has not been.
What is the guarantee that after synchronization 100% of the documents are synchronized?
Really I do not see a solution for my case.
And also I do not see the dificudade in providing a property on documents like: bool isSincronized, as has isDeleted.