How to Cancel Long Running LINQ Queries

I had planned to do an article on how to display the progress of a LINQ query, and how to cancel the LINQ query prematurely. But, it seems Samuel Jack beat me to it smiley smile How to Cancel Long Running LINQ Queries

Both implementations are very simple and they are very good to
illustrate how LINQ can be extended and manipulated in a simple way by
using extension methods.

Reporting Progress during LINQ queries

Cancelling Long-running LINQ queries

share save 171 16 How to Cancel Long Running LINQ Queries

No related posts.

Related posts brought to you by Yet Another Related Posts Plugin.

Leave a Reply