https://github.com/Azure/mobile-services-samples/blob/master/TodoOffline/Xamarin.iOS/XamarinOffline.iOS/SyncHandler.cs#L40 Should this be the following instead? ``` JObject result = await tryOperation.Invoke(); ```
https://github.com/Azure/mobile-services-samples/blob/master/TodoOffline/Xamarin.iOS/XamarinOffline.iOS/SyncHandler.cs#L40
Should this be the following instead?