IMobileServiceTable<T>.LookupAsync
Method
Definition
Overloads
| LookupAsync(Object) |
Lookup an instance from a table by its id. |
| LookupAsync(Object, IDictionary<String,String>) |
Lookup an instance from a table by its id. |
LookupAsync(Object)
LookupAsync(Object, IDictionary<String,String>)
Lookup an instance from a table by its id.
public System.Threading.Tasks.Task<T> LookupAsync (object id, System.Collections.Generic.IDictionary<string,string> parameters);
Parameters
- id
- Object
The id of the instance.
- parameters
- IDictionary<String,String>
A dictionary of user-defined parameters and values to include in the request URI query string.
Returns
Task<T>
The desired instance.