IMobileServiceTable.LookupAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
LookupAsync(Object) |
Exécute une recherche dans une table. |
LookupAsync(Object, IDictionary<String,String>) |
Exécute une recherche dans une table. |
LookupAsync(Object)
Exécute une recherche dans une table.
public System.Threading.Tasks.Task<Newtonsoft.Json.Linq.JToken> LookupAsync (object id);
abstract member LookupAsync : obj -> System.Threading.Tasks.Task<Newtonsoft.Json.Linq.JToken>
Public Function LookupAsync (id As Object) As Task(Of JToken)
Paramètres
- id
- Object
ID de l'instance à rechercher.
Retours
Tâche qui retourne un résultat lorsque la recherche est terminée.
S’applique à
LookupAsync(Object, IDictionary<String,String>)
Exécute une recherche dans une table.
public System.Threading.Tasks.Task<Newtonsoft.Json.Linq.JToken> LookupAsync (object id, System.Collections.Generic.IDictionary<string,string> parameters);
abstract member LookupAsync : obj * System.Collections.Generic.IDictionary<string, string> -> System.Threading.Tasks.Task<Newtonsoft.Json.Linq.JToken>
Public Function LookupAsync (id As Object, parameters As IDictionary(Of String, String)) As Task(Of JToken)
Paramètres
- id
- Object
ID de l'instance à rechercher.
- parameters
- IDictionary<String,String>
Dictionnaires de paramètres et valeurs définis par l'utilisateur à inclure dans la chaîne de requête de l'URI de demande.
Retours
Tâche qui retourne un résultat lorsque la recherche est terminée.
S’applique à
Azure SDK for .NET