2010年6月24日

摘要: The ThreadPool class provides your application with a pool of worker threads that are managed by the system, allowing you to concentrate on application tasks rather than thread management. If you have short tasks that require background processing, the managed thread pool is an easy way to take adva 阅读全文
posted @ 2010-06-24 20:35 做个不善的人 阅读(673) 评论(0) 推荐(0)
 
摘要: Application domains are usually created and manipulated programmatically by runtime hosts. However, sometimes an application program might also want to work with application domains. For example, an application program could load an application component into a domain to be able to unload the domain 阅读全文
posted @ 2010-06-24 20:20 做个不善的人 阅读(371) 评论(0) 推荐(0)