Click or drag to resize

IStorageProvider Interface

Provides generic access to set and retrieve values with a storage medium

Namespace: Ignition.Utility
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public interface IStorageProvider

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