Defines a contract for an type which provides search history storage

C# | Visual Basic | Visual C++ |
public interface ISearchStorage
Public Interface ISearchStorage
public interface class ISearchStorage

All Members | Methods | ||||
Icon | Member | Description |
---|---|---|
![]() | ReadHistory()()() |
Defines a method which reads a SearchHistory from some persistent storage.
|
![]() | WriteHistory(SearchHistory) |
Defines a method which writes a SearchHistory to persistent storage.
|