Skip to content Skip to sidebar Skip to footer

Sync BreezeJS Managers || Broadcast BreezeJS Changes

When BreezeJS persists changes, it passes the changes to a method like this in the WebAPI controller: [HttpPost] public SaveResult SaveChanges(JObject saveBundle) {

Solution 1:

No, there is no automatic synchronization of Breeze client EntityManagers with the results of successful saves on the server nor any form of data replication between database and clients. You could ask for such thing in our UserVoice.


Post a Comment for "Sync BreezeJS Managers || Broadcast BreezeJS Changes"