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

SetMinThreads() private method

private SetMinThreads ( int workerThreads, int completionPortThreads ) : bool
workerThreads int
completionPortThreads int
return bool
		public static extern bool SetMinThreads (int workerThreads, int completionPortThreads);