Table of Contents

Method UpdateBookmarksAsync

Namespace
Neo4j.Driver
Assembly
Neo4j.Driver.dll

UpdateBookmarksAsync(string[], string[], CancellationToken)

Update the IBookmarkManager, removing values in previousBookmarks and inserting values in newBookmarks.

Task UpdateBookmarksAsync(string[] previousBookmarks, string[] newBookmarks, CancellationToken cancellationToken = default)

Parameters

previousBookmarks string[]

The bookmarks used at the beginning of the causally chained process such as CommitAsync().

newBookmarks string[]

The Bookmarks received from completing a causally chained process such as CommitAsync().

cancellationToken CancellationToken

A cancellation token that can be used to cancel the asynchronous operation.

Returns

Task

An asynchronous task that completes when the IBookmarkManager has been updated.