Click here to Skip to main content
15,908,111 members
Articles / Programming Languages / C#

An alternative (.NET 2.0) to the Task-based Asynchronous Pattern

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
6 Jun 2012CPOL1 min read 11.3K   4  
In this post we will see how to write asynchronous code easily using the AsyncEnumerator class.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



Comments and Discussions