In my previous post I described how to create a throttle with an action block so you wouldn’t have too many tasks running simultaneously. But what if you want to cancel the tasks? In our use case, we have a hard-limit of 2 minutes to complete the work (or as much as possible). A typical …
Continue reading “Creating a Throttle with an ActionBlock – Addendum (Cancelling)”