neo4j-dotnet-driver
neo4j-dotnet-driver copied to clipboard
Feature Request: CancellationToken Support
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.
Would also love to see them getting implemented