在CLR中,后台线程和前台线程之间有什么区别? [英] In CLR, what is difference between a background and foreground thread?

查看:59
本文介绍了在CLR中,后台线程和前台线程之间有什么区别?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

后台线程和前台线程之间有什么区别?

What is difference between a background and foreground thread ?

推荐答案

来自 MSDN


背景线程与
前景线程相同,但有一个例外:
a后台线程不能使
托管执行环境保持运行。

Background threads are identical to foreground threads with one exception: a background thread does not keep the managed execution environment running.

这篇关于在CLR中,后台线程和前台线程之间有什么区别?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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