AppInfo.SetupSettingsStore(bool, string?) method¶
Defined in
Type: AppInfo
Namespace: ReactiveMarbles.CacheDatabase.Settings
Assembly: ReactiveMarbles.CacheDatabase.Settings.dll
Applies to
netstandard2.0
public static Task<T?> SetupSettingsStore<T>(bool initialise = true, string? overrideDatabaseName = null) where T : ISettingsStorage?, new()
Summary: Setup the settings store.
Type parameters
| Name | Description |
|---|---|
T | The Type of settings store. |
Parameters
| Name | Type | Description |
|---|---|---|
initialise = true | bool | Initialise the Settings values. |
overrideDatabaseName = null | string? | Name of the override database. |
Returns: Task