Share via


IMobileServiceSyncTable.LookupAsync(String) Method

Definition

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.

Applies to