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.

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.

Applies to