neo4j-dotnet-driver icon indicating copy to clipboard operation
neo4j-dotnet-driver copied to clipboard

Feature Request: CancellationToken Support

Open btull89 opened this issue 3 years ago • 1 comments

Most async methods should support cancellation tokens. This allows the user or api client to cancel the request on a long running query. CancellationToken usage also helps when restarting instances of microservices when a long running query may be blocking a restart.

btull89 avatar Aug 02 '21 16:08 btull89

Would also love to see them getting implemented

WhatzGames avatar May 30 '22 20:05 WhatzGames