IMobileServiceTable<T>.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) |
Recherche une instance dans une table par ID. |
LookupAsync(Object, IDictionary<String,String>) |
Recherche une instance dans une table par ID. |
LookupAsync(Object)
Recherche une instance dans une table par ID.
public System.Threading.Tasks.Task<T> LookupAsync (object id);
abstract member LookupAsync : obj -> System.Threading.Tasks.Task<'T>
Public Function LookupAsync (id As Object) As Task(Of T)
Paramètres
- id
- Object
ID de l'instance.
Retours
Instance souhaitée.
S’applique à
LookupAsync(Object, IDictionary<String,String>)
Recherche une instance dans une table par ID.
public System.Threading.Tasks.Task<T> LookupAsync (object id, System.Collections.Generic.IDictionary<string,string> parameters);
abstract member LookupAsync : obj * System.Collections.Generic.IDictionary<string, string> -> System.Threading.Tasks.Task<'T>
Public Function LookupAsync (id As Object, parameters As IDictionary(Of String, String)) As Task(Of T)
Paramètres
- id
- Object
ID de l'instance.
- 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
Instance souhaitée.
S’applique à
Azure SDK for .NET