Method UpdateBookmarksAsync
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
previousBookmarksstring[]The bookmarks used at the beginning of the causally chained process such as CommitAsync().
newBookmarksstring[]The Bookmarks received from completing a causally chained process such as CommitAsync().
cancellationTokenCancellationTokenA cancellation token that can be used to cancel the asynchronous operation.
Returns
- Task
An asynchronous task that completes when the IBookmarkManager has been updated.