Asynchronous Methods
Create methods that can run asynchronously.
We'll cover the following...
Introduction
We’ve seen how to perform some actions asynchronously using the Task class. Asynchronous execution allows us to delegate some parts of our program to ...