Hello there,
.NET 4 have an Class - Task. It's pretty interesting and I would like to start using it. For example I would like to create very simple Task based files downloader, with cancel possibility on every download. Can anyone introduce me with sample code of doing that ? I would like to have an list of running tasks and would like to have possibility to cancel any of them.
P.S. Code sample can be not functioning I just want to know how to use these things in a best way.