This topic has not yet been rated - Rate this topic

Using TPL with Other Asynchronous Patterns

The Task Parallel Library can be used with traditional .NET Framework asynchronous programming patterns in various ways.

TPL and Traditional .NET Framework Asynchronous Programming

Describes how Task objects may be used in conjunction with the Asynchronous Programming Model (APM) and the Event-based Asynchronous Pattern (EAP).

How to: Wrap EAP Patterns in a Task

Shows how to use Task objects to encapsulate EAP patterns.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.