Click or drag to resize

IStorageProvider Methods

The IStorageProvider type exposes the following members.

Methods
 NameDescription
Public methodGetOrAddValue 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.
Public methodGetValue Retrieves a value from storage
Public methodIsAvailable Indicates if the storage medium that backs this provider is currently available.
Public methodSetValue Sets a value in storage
Top
See Also