Asynchronous Programming

  • introduced in .NET Framework 4

  • a single method to reperesent the initiation and completion of an asynchronous operation

  • async and await

Event-based Asynchronous Pattern

Asynchronous Programming Model Pattern

Last updated