Cancellation Token
How to use CancellationToken in your .NET API requests
Give your clients the ability to cancel their requests instead of always completing it
Published in
4 min readMay 1, 2022
--
Hey, people!
The ability to stop processing a request if your client decides that it is not necessary anymore is very important.