Table of Contents

Method GetBookmarksAsync

Namespace
Neo4j.Driver
Assembly
Neo4j.Driver.dll

GetBookmarksAsync(CancellationToken)

Retrieve all bookmarks from the IBookmarkManager.

Task<string[]> GetBookmarksAsync(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

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

Returns

Task<string[]>

An asynchronous task that completes when the IBookmarkManager has collected bookmarks.