Click or drag to resize

IPersistentStateBuffer Methods

The IPersistentStateBuffer type exposes the following members.

Methods
 NameDescription
Public methodClear Clears persistent state store contents.
Public methodGetAllProviderItems Returns all persistent state items that belong to specific provider.
Public methodRead Retrieves value for the given key from the persistent store.
Public methodRemove Removes an item by key
Public methodStart Start component.
(Inherited from IStartable)
Public methodStop Stop / shutdown component.
(Inherited from IStartable)
Public methodWrite Write persistent state item into client provided persistent store (DB, file system).
Top
See Also