Asynchronous Programming
Task-based Asynchronous Pattern (recommended)
introduced in .NET Framework 4
a single method to reperesent the initiation and completion of an asynchronous operation
async
andawait
Event-based Asynchronous Pattern
Asynchronous Programming Model Pattern
Last updated