TPL With Other Asynchronous Patterns
The Task Parallel Library can be used with traditional .NET Asynchronous Programming patterns in various ways.
In This Section
TPL and Traditional .NET Asynchronous Programming
Describes how Task objects may be used in conjunction with the Asynchronous Programming Model and the Asynchronous Event Pattern.How to: Wrap EAP Patterns in a Task
Shows how to use Task objects to encapsulate EAP patterns.Task Parallel Library
Introduction to the Task Parallel Library.