Interface IBookmarkManager
The IBookmarkManager interface is intended for implementation by classes that provide convenient interfacing with Bookmarks in both the driver and user code.
public interface IBookmarkManager
- Extension Methods
Methods
- GetBookmarksAsync(CancellationToken)
Retrieve all bookmarks from the IBookmarkManager.
- UpdateBookmarksAsync(string[], string[], CancellationToken)
Update the IBookmarkManager, removing values in
previousBookmarks
and inserting values innewBookmarks
.