Table of Contents

Interface IBookmarkManager

Namespace
Neo4j.Driver
Assembly
Neo4j.Driver.dll

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 in newBookmarks.

See Also