Copilot is your AI companion
Always by your side, ready to support you whenever and wherever you need it.
Task-based Asynchronous Pattern
This document provides an in-depth look at the new Task-based Asynchronous Pattern (TAP) for the .NET Framework.
Important! Selecting a language below will dynamically change the complete page content to that language.
Version:
1
Date Published:
2/29/2012
File Name:
TAP.docx
File Size:
113.9 KB
The Task-based Asynchronous Pattern (TAP) is a new pattern for asynchrony in the .NET Framework. It is based on the Task and Task{TResult} types in the System.Threading.Tasks namespace, which are used to represent arbitrary asynchronous operations.Supported Operating Systems
Windows 2000, Windows 7, Windows Server 2008, Windows Server 2008 R2, Windows Vista, Windows XP
Follow Microsoft