You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: