How to know the details about SyncConflicts

Domanda How to know the details about SyncConflicts

  • 2012. április 16. 10:52
     
     

    Iam using Syncframeworktoolkit. There will be situations where i need to handle the conflicts.for example deleting a record which has already been deleted from server. The toolkit code itself is doing some ApplyChangedFailed eventhandling and at some point of time the control reaches the interceptor with conflicts and outgoing changes.

    So my questions are:

    1)how can i know what type of conflict happened during ApplyChanges.

    2)How can i know which one wins. server or client?.

    Is there any properties exposed inside toolkit to know these details?



    • Szerkesztette: b_abrams 2012. április 16. 11:01
    •  

Az összes válasz

  • 2012. április 20. 2:47
    Moderátor
     
     
    try OnChangeSetUploaded, i think it contains the conflict information