Skip to content

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

NameDescription
TThe type of store to delete.

Parameters

NameTypeDescription
overrideDatabaseName = nullstring?Name of the override database.

Returns: Task -- A Task.