Guest User

Untitled

a guest
Feb 19th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. using (Microsoft.WindowsAzure.MobileServices.MobileServiceClient mobileServiceClient = new Microsoft.WindowsAzure.MobileServices.MobileServiceClient("http://localhost:50771/"))
  2. {
  3.  
  4. Newtonsoft.Json.Linq.JValue jValue = (Newtonsoft.Json.Linq.JValue)mobileServiceClient.InvokeApiAsync("test/run", System.Net.Http.HttpMethod.Get, parameters).Result;
  5.  
  6. long dbtime = long.Parse(jValue.ToString());
  7.  
  8.  
  9. }
Add Comment
Please, Sign In to add comment