Calling and Adding Asynchronous Methods

placeholder

Asynchronous methods can be called and added to your application. In this course you’ll explore how asynchrony can be added to an application by calling asynchronous methods using Task and add asynchronous methods to a class. You’ll begin by learning how to use the Task class Wait method and Result property and how to catch exceptions using the Task class. Then you’ll discover how to chain tasks together how to cancel tasks and how to create a task and add an asynchronous version of a method to an existing class. Finally you’ll discover how to create tasks that return data how to pass parameters into tasks using explicit and explicit parameters and how to add cancellation support to your code.