Skip to Content
0
May 08 at 09:44 PM

OfflineDataServiceAsync sync API

52 Views

Hi, I am currently refactoring an app to used your new OfflineDataServiceAsync API

1 thing I notice, previously we had 2 set of API per function, a sync API and an async version with a completion handler

now everything is async, simple and fast things like loading a property or updating an entity have to be done async

service.loadProperty( ...

service.updateEntity( ..

is there a reason for this or am I missing something?

thanks