IMobileServiceSyncTable<T>.RefreshAsync(T) Method

Definition

Refresh the current instance with the latest values from the local table.

public System.Threading.Tasks.Task RefreshAsync (T instance);
abstract member RefreshAsync : 'T -> System.Threading.Tasks.Task
Public Function RefreshAsync (instance As T) As Task

Parameters

instance
T

The instance to refresh.

Returns

A task that will complete when the refresh has finished.

Applies to