How to Use a Cancellation Token to Cancel a Running Task in Xamarin
Objective: Learn to use a Cancellation Token for Asynchronous Tasks. Prerequisites: You need to know C#, basic understanding of how Async/Await works, and the basics of Xamarin. Let’s begin: For this tutorial we will use a HttpClient to get the status of ten websites and we will also be able to stop the operation at […]
Continue reading >