IMobileServiceSyncTable.LookupAsync(String) Méthode

Définition

Exécute une recherche dans une 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)

Paramètres

id
String

ID de l'instance à rechercher.

Retours

Task<Newtonsoft.Json.Linq.JObject>

Tâche qui retourne un résultat lorsque la recherche est terminée.

S’applique à