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