What I want to do is to monitor the sync process. In the table for the sync, I have a column "Depth", which is a sequential property. Is that possible, I can track this value every time the sync orchestra finish synchronizing a batch.
For example, it synchronize five rows at a time, and at the end of the synchronization of the three rows I can get the "Depth" value. I am using SqlProvider.
Does anyone has a clue? Thanks