SettingsStorage.Dispose() method¶
Defined in
Type: SettingsStorage
Namespace: ReactiveMarbles.CacheDatabase.Settings.Core
Assembly: ReactiveMarbles.CacheDatabase.EncryptedSettings.dll
Applies to
netstandard2.0, netstandard2.0
Overloads¶
- 1.
public void Dispose() - 2.
protected virtual void Dispose(bool disposing)
1. Overload¶
public void Dispose()
Summary: Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
2. Overload¶
protected virtual void Dispose(bool disposing)
Summary: Releases unmanaged and - optionally - managed resources.
Parameters
| Name | Type | Description |
|---|---|---|
disposing | bool | true to release both managed and unmanaged resources; false to release only unmanaged resources. |