BeginInvoke
摘要:
using System;using System.Threading;namespace ConsoleApplication1{ class BeginInvoke { private delegate int NewTaskDelegate(int ms); static void Main44() { NewTaskDelegate task = new NewTaskDelegate(newTask);//委托实例 IAsyncResult asyncResult = task.BeginInvoke(2000, new AsyncCallback(CallBackMethod11) 阅读全文
posted @ 2011-11-15 22:29 breakpoint 阅读(418) 评论(0) 推荐(0)
浙公网安备 33010602011771号