本文介绍了c#.net中的线程问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

朋友们...



我正在开发聊天应用程序的桌面应用程序...它的数据库驱动的应用程序...我正在使用计时器来获取新消息,新请求..


但是问题是它在用户界面上给出的响应速度很慢..就像我在执行添加联系人,删除联系人...之类的操作...



我使用哪个概念?

在后台运行的进程不会影响用户界面...

给我建议..


我可以为此使用异步线程吗?
异步线程有四种方法... so

请给我建议我使用哪种异步线程方法..?

hi frnds...



i m developing chat application its desktop application...its database driven application... i m using timer for geting new message,new request ..


but problem is that it give slow response on user interface..like i m doing operation like add contact,delete contact...



which concept i use?

process running on background not affect on user interface...

give me suggestion ..


can i use asynchronous threading for that ....?

and asynchronous threading has four method ...so

pls give me suggestion which method i use for asynchronous threading.. ?

推荐答案



这篇关于c#.net中的线程问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-23 21:25