Information about the new GetMinThreads method and the new SetMinThreads method of the ThreadPool class in the .NET Framework 1.1 (827419)
The information in this article applies to:
- Microsoft Visual C# .NET (2003)
- Microsoft Visual Basic .NET (2003)
- Microsoft .NET Framework 1.1
INTRODUCTIONThe Microsoft .NET Framework 1.1 adds two new methods that follow: - SetMinThreads
- GetMinThreads
These two new methods are for the ThreadPool class. The SetMinThreads method is used to increase the number of idle Worker threads or the number of I/O completion threads that the ThreadPool class maintains. The GetMinThreads method is used to obtain the current settings. REFERENCES
For additional information, click the following article numbers to view the articles in the Microsoft Knowledge Base:
810259
FIX: SetMinThreads and GetMinThreads API added to common language runtime ThreadPool class
315460 How to submit a work item to the thread pool by using Visual C# .NET
Modification Type: | Minor | Last Reviewed: | 11/12/2004 |
---|
Keywords: | kbinfo kbhowto kbThread kbPerformance kbCommandLine KB827419 kbAudDeveloper |
---|
|