ISettingsList.RefreshContentFromStoreAsync Method

Definition

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.

C++
public:
 System::Threading::Tasks::Task ^ RefreshContentFromStoreAsync();

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.

Applies to

Proizvod Verzije
Visual Studio SDK 2015, 2017, 2019, 2022