IStorage |
The IStorageProvider type exposes the following members.
| Name | Description | |
|---|---|---|
| GetOrAddValue | Retrieves a value from storage, falling back on a default value if one does not exist and also setting that default value in storage in that case. | |
| GetValue | Retrieves a value from storage | |
| IsAvailable | Indicates if the storage medium that backs this provider is currently available. | |
| SetValue | Sets a value in storage |