System.Threading.ThreadPool Class
Information   Base Types   Related Resources

Provides a pool of threads that can be used to post work items, process asynchronous I/O, wait on behalf of other threads, and process timers.

  • Namespace: System.Threading
  • First seen in: .NET v1.0.3705
  • Last seen in: .NET v1.1.4322
  • Last changed in: .NET v1.1.4322
  • Assembly: mscorlib.dll

  • System.Object
  • View this type on MSDN
  • View this type on WinFX 247
    Articles (28)Discussions (279)MembersRotorChanges
    New member/overload additions in .NET v1.1.4322
     GetMinThreads
  • public static void GetMinThreads(System.Int32& workerThreads, System.Int32& completionPortThreads)

  •  GetMinThreadsNative
  • private static void GetMinThreadsNative(System.Int32& workerThreads, System.Int32& completionPortThreads)

  •  SetMinThreads
  • public static System.Boolean SetMinThreads(System.Int32 workerThreads, System.Int32 completionPortThreads)

  •  SetMinThreadsNative
  • private static System.Boolean SetMinThreadsNative(System.Int32 workerThreads, System.Int32 completionPortThreads)

  • Ad
    MBR BootFX
    Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
     
     Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
    Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com