摘要: 研究silverlight异步调用方。Silverlight中 非UI线程更新UI 的几种方法:Delegate, AsyncOperation,BackgroundWorker1. delegatevoid DoShow(i){ this.Dispatcher.BeginInvoke( delegate { txtCalc.Text = string.format(“result “{0}”,i); })... 阅读全文
posted @ 2011-04-28 08:52 huangliangjie 阅读(148) 评论(0) 推荐(0) 编辑