ISettingsList.RefreshContentFromStoreAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
In case the underlying store has gotten out of sync with the in-memory list representation (which can happen if another instance modifies the store, read the store content again and merge it with the in-memory list.
public:
System::Threading::Tasks::Task ^ RefreshContentFromStoreAsync();
public System.Threading.Tasks.Task RefreshContentFromStoreAsync ();
abstract member RefreshContentFromStoreAsync : unit -> System.Threading.Tasks.Task
Public Function RefreshContentFromStoreAsync () As Task
Returns
Returns Task.
Exceptions
Thrown when the underlying store cannot be accessed within the timeout period.
Thrown when an IO error occurs while reading the store.
Remarks
This method is safe to access from any thread.