Click here to Skip to main content
15,885,984 members
Articles / Programming Languages / C#

Parallel Tasks in .NET 3.0

Rate me:
Please Sign up or sign in to vote.
4.89/5 (9 votes)
6 May 2010CPOL4 min read 33.8K   468   43  
Provide a mechanism to execute a list of tasks in parallel on multiple threads and communicate back to the calling thread useful states such as exceptions, timeouts, and successful task completion.

Revisions


  

Compare Revision Minor Date Status Editor
7 - publicly available No 10-Jul-10 3:12 Available Smitha Nishant
6 No 5-May-10 16:30 Composing
5 No 5-May-10 16:22 Composing
4 No 4-May-10 21:55 Composing
3 No 3-May-10 21:07 Composing
2 No 3-May-10 21:05 Composing
1 No 3-May-10 20:54 Composing

License

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


Written By
Web Developer
Australia Australia
I have been programming commercially since 1990, my last two major roles have been Architect/Lead Developer for an online bank and Australia's largest consumer finance comparison portal.

On the side I am a Forex Currency Trader and actively develop tools and applications for Currency Traders.

I have just launched a personal blog at www.davidcruwys.com and a website targeting Foreign Exchange traders at www.my-trading-journal.com

Comments and Discussions