Internet Explorer was retired on June 15, 2022

IE 11 is no longer accessible. You can reload Internet Explorer sites with IE mode in Microsoft Edge.
Internet Explorer is changing to Edge.

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.

Download
  • 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