Skip to content

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

NameDescription
TThe Type of settings store.

Parameters

NameTypeDescription
initialise = trueboolInitialise the Settings values.
overrideDatabaseName = nullstring?Name of the override database.

Returns: Task -- The Settings store.