线程异步通信 [英] Thread asynchronous communication

查看:58
本文介绍了线程异步通信的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

MethodInvoker tinvo =新的MethodInvoker(showmore);
ISynchronizeInvoke isy; isy.BeginInvoke(tinvo,null);

MethodInvoker tinvo = new MethodInvoker(showmore);
ISynchronizeInvoke isy;isy.BeginInvoke(tinvo,null);

private void showmore()
       {
           App.ShowTip("信息提示", msg);
       }

推荐答案

我是第一次在这里发帖,谁能回答我的问题!
I was the first time to post on the here and who can answer my question!


这篇关于线程异步通信的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆