IStoreUpdateLogger.LogClearSettingsAsync Method

Definition

Logs a record of clearing all settings from a specific store.

public System.Threading.Tasks.Task LogClearSettingsAsync (string storeName, string source = default, bool? isRoamingEnabled = default);
abstract member LogClearSettingsAsync : string * string * Nullable<bool> -> System.Threading.Tasks.Task
Public Function LogClearSettingsAsync (storeName As String, Optional source As String = Nothing, Optional isRoamingEnabled As Nullable(Of Boolean) = Nothing) As Task

Parameters

storeName
String

The name of the store being updated, e.g. "private store".

source
String

The source of the update, e.g. "ISettingsManager.SetValueAsync" or "shared store update".

isRoamingEnabled
Nullable<Boolean>

A value indicating whether roaming is currently enabled on the machine.

Returns

Applies to