| 1. | Returning values from a thread - pool thread is not straightforward 不能直接从线程池线程返回值。 |
| 2. | Represents a callback method to be executed by a thread pool thread 表示线程池线程要执行的回调方法。 |
| 3. | Exceptions thrown by the thread pool thread will not be visible when calling 时,由线程池线程引发的异常不可见。 |
| 4. | If your worker threads do not block , consider using thread pool threads 如果辅助线程不阻止,请考虑使用线程池线程。 |
| 5. | By default , up to 25 thread - pool threads can run per system processor 默认情况下,每个系统处理器最多可以运行25个线程池线程。 |
| 6. | You can provide parameters and return values to thread - pool threads by using the optional 状态对象变量为线程池线程提供参数和返回值。 |
| 7. | Marks the currently executing thread - pool thread for the execution of managed code 标记用于执行托管代码的当前正在执行的线程池线程。 |
| 8. | Explains how to call methods on thread pool threads using built - in features of delegates 说明如何使用委托的内置功能对线程池线程调用方法。 |
| 9. | Retrieves the difference between the maximum number of thread pool threads , returned by 返回的线程池线程的最大数目和当前活动数目之间的差值。 |
| 10. | All requests above that number remain queued until thread pool threads become available 所有大于此数目的请求将保持排队状态,直到线程池线程变为可用。 |