通过的app.config配置线程池最大线程数?

问题描述:

我可以通过配置文件配置的最大线程?

Can I configure the max threads via the config file?

没有 - 但是,这可以根据你读,配置值设置通过调用ThreadPool.SetMaxThreads.

No - However, this can be set based on configuration values you read, by calling ThreadPool.SetMaxThreads.