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
Hey, people!
The ability to stop processing a request if your client decides that it is not necessary anymore is very important.