Open alex-jitbit opened 3 years ago
Asynchronous methods, like ExchangeService.FindItems, Item.Load, Item.Delete etc etc should all offer a way to cancel a Task.
ExchangeService.FindItems
Item.Load
Item.Delete
There are many use-cases (graceful shutdown, abort, ASP.NET host recycle etc) and you should allow us to quickly cancel the task.
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.
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.