| title | ms.custom | ms.date | ms.prod | ms.reviewer | ms.suite | ms.technology | ms.tgt_pltfrm | ms.topic | helpviewer_keywords | ms.assetid | caps.latest.revision | author | ms.author | manager | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Using TPL with Other Asynchronous Patterns |
03/30/2017 |
.net |
dotnet-standard |
article |
|
7add905b-ff60-4353-af79-5089038d9a08 |
8 |
rpetrusha |
ronpet |
wpickett |
Using TPL with Other Asynchronous Patterns
The Task Parallel Library can be used with traditional .NET Framework asynchronous programming patterns in various ways.
In This Section
TPL and Traditional .NET Framework Asynchronous Programming
Describes how xref:System.Threading.Tasks.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 xref:System.Threading.Tasks.Task objects to encapsulate EAP patterns.