ews-managed-api icon indicating copy to clipboard operation
ews-managed-api copied to clipboard

all awaitable Task methods should offer a cancellationToken overload

Open alex-jitbit opened this issue 4 years ago • 1 comments

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.

alex-jitbit avatar Oct 08 '21 10:10 alex-jitbit

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.

netniV avatar Nov 10 '21 02:11 netniV