System.Threading.ThreadPool.ThreadPool.SetMaxThreads C# (CSharp) Method

SetMaxThreads() private method

private SetMaxThreads ( int workerThreads, int completionPortThreads ) : bool
workerThreads int
completionPortThreads int
return bool
		public static extern bool SetMaxThreads (int workerThreads, int completionPortThreads);
#endif