摘要: Control.BeginInvoke vs. delegate.BeginInvoke(一)区别:Method Return Work ThreadControl.Invoke 完成工作 强制 UI ThreadControl.BeginInvoke 立即 强制 UI Thread[delegate].Invoke 完成工作 Call Invoke 的 Thread[delegate].BeginInvoke 立即 新的ThreadPool中 ThreadDelegate.Invoke在当前线程执行委托操作,委托只是一个函数方法的引用,Delegate.invoke调用该函数的机制。Dele 阅读全文
posted @ 2012-04-14 10:20 lchpersonal 阅读(561) 评论(0) 推荐(3)