IMobileServiceSyncTable.LookupAsync(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Executes a lookup against a table.
public System.Threading.Tasks.Task<Newtonsoft.Json.Linq.JObject> LookupAsync (string id);
abstract member LookupAsync : string -> System.Threading.Tasks.Task<Newtonsoft.Json.Linq.JObject>
Public Function LookupAsync (id As String) As Task(Of JObject)
Parameters
- id
- String
The id of the instance to lookup.
Returns
Task<Newtonsoft.Json.Linq.JObject>
A task that will return with a result when the lookup finishes.