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

问题描述

任何人都可以提供一个示例,说明如何在asp.net中使用SynchronizationContext
应用.我有一个工作线程,需要将状态信息发布到
UI线程,用于在Label.Text控件中显示更新信息.

Can anyone provide an example of how to use SynchronizationContext in an asp.net
application. I have a worker thread that needs to post status information to the
UI thread to display update information in a Label.Text control.

推荐答案


这篇关于ASP.NET中的SynchronizationContext的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-25 22:00