async task c#

  1. M

    Question how to make cancel button to cancel or stop task async in my proxy checker code

    namespace WindowsFormsApplication7 { public partial class Form1 : Form { public Form1() { InitializeComponent(); } public async Task testProxy(string ip, int port) { bool OK = false; try {...
  2. Ruwan

    async Task c# in webform

    I need to create a c# webform application with async Task when I click on button, i need to get return of the async Task and show the result in lable on webform Can any one help me ?
Back
Top Bottom