AppInfo.DeleteSettingsStore(string?) method¶
Defined in
Type: AppInfo
Namespace: ReactiveMarbles.CacheDatabase.EncryptedSettings
Assembly: ReactiveMarbles.CacheDatabase.EncryptedSettings.dll
Applies to
netstandard2.0
public static Task DeleteSettingsStore<T>(string? overrideDatabaseName = null)
Summary: Deletes the settings store.
Type parameters
| Name | Description |
|---|---|
T | The type of store to delete. |
Parameters
| Name | Type | Description |
|---|---|---|
overrideDatabaseName = null | string? | Name of the override database. |
Returns: Task -- A Task.