c#异步Begininvoke使用随笔
2018-06-22 07:16:31来源:未知 阅读 ()
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace WindowsFormsApplication1 8 { 9 public class delegateclass 10 { 11 private delegate int Dothread(); 12 static Dothread dothread = new Dothread(work); 13 14 public static void start() 15 { 16 AsyncCallback backCall = new AsyncCallback(backcall);
18 dothread.BeginInvoke(backCall, "我是异步调用的parameter");//第一个参数是调用work方法的参数,第二个是回调函数,第三个是需要传到回调函数里的参数可以是Object类型 19 } 20 /// <summary> 21 ///这个是委托调用程序 22 /// </summary> 23 private static int work() 24 { 25 System.Windows.Forms.MessageBox.Show("我是委托调用程序"); 26 return 999; 27 28 } 29 /// <summary> 30 /// 回调函数 31 /// </summary> 32 /// <param name="parameter"></param> 33 /// <returns></returns> 34 private static int backcall(int parameter) 35 { 36 System.Windows.Forms.MessageBox.Show("这是一个回调函数"); 37 return 0; 38 39 } 40 private static void backcall(IAsyncResult parameter) 41 { 42 int result=dothread.EndInvoke(parameter); 43 System.Windows.Forms.MessageBox.Show("这是一个回调函数"); 44 System.Windows.Forms.MessageBox.Show(result.ToString()); 45 System.Windows.Forms.MessageBox.Show(parameter.AsyncState.ToString()); 46 47 48 } 49 } 50 51 }
上面是建立的一个类,因时间不多,命名比较随意。
1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Data; 5 using System.Drawing; 6 using System.Linq; 7 using System.Text; 8 using System.Threading.Tasks; 9 using System.Windows.Forms; 10 11 namespace WindowsFormsApplication1 12 { 13 public partial class Form1 : Form 14 { 15 public Form1() 16 { 17 InitializeComponent(); 18 } 19 20 private void button1_Click(object sender, EventArgs e) 21 { 22 delegateclass.start(); 23 } 24 } 25 }
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
- ASP.NET使用Ajax返回Json对象的方法 2020-03-23
- ASP.NET使用AjaxPro实现前端跟后台交互详解 2020-03-19
- .net下log4net使用方法详解 2020-03-19
- ASP.NET实现大文件上传功能 2020-03-08
- 使用asp.net+jquery Jsonp的方法 2020-03-08
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash