摘要:
Func<int> longTimeAction = new Func<int>(LongTimeMethod); //这里使用了一个lambda表达式,省了不少力啊 IAsyncResult asynResult = longTimeAction.BeginInvoke((result) => { 阅读全文
posted @ 2017-05-16 23:55
ada
阅读(171)
评论(0)
推荐(0)
2017年5月16日 #