IMobileServiceTable<T>.RefreshAsync
Method
Definition
Overloads
| RefreshAsync(T, IDictionary<String,String>) |
Refresh the current instance with the latest values from the table. |
| RefreshAsync(T) |
Refresh the current instance with the latest values from the table. |
RefreshAsync(T, IDictionary<String,String>)
Refresh the current instance with the latest values from the table.
public System.Threading.Tasks.Task RefreshAsync (T instance, System.Collections.Generic.IDictionary<string,string> parameters);
Parameters
- instance
- T
The instance to refresh.
- parameters
- IDictionary<String,String>
A dictionary of user-defined parameters and values to include in the request URI query string.
Returns
A task that will complete when the refresh has finished.
RefreshAsync(T)
Refresh the current instance with the latest values from the table.
public System.Threading.Tasks.Task RefreshAsync (T instance);
Parameters
- instance
- T
The instance to refresh.
Returns
A task that will complete when the refresh has finished.