IKeyValueStorage Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Storage which provides key-value pairs.
public interface class IKeyValueStorage
public interface IKeyValueStorage
type IKeyValueStorage = interface
Public Interface IKeyValueStorage
Methods
GetValue<T>(String, T) |
Gets current value from the storage |
SetValue<T>(String, T) |
Sets value to the storage. |