Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

all awaitable Task methods should offer a cancellationToken overload #273

Open
alex-jitbit opened this issue Oct 8, 2021 · 1 comment
Open

Comments

@alex-jitbit
Copy link

alex-jitbit commented Oct 8, 2021

Asynchronous methods, like ExchangeService.FindItems, Item.Load, Item.Delete etc etc should all offer a way to cancel a Task.

There are many use-cases (graceful shutdown, abort, ASP.NET host recycle etc) and you should allow us to quickly cancel the task.

@netniV
Copy link

netniV commented Nov 10, 2021

Unless you fork this repo, and apply it yourself, you aren't likely to get any more changes. Apparently since 2018, the repo has been in sustaining mode.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants