System.Threading.ThreadPool.ThreadPool.SetMinThreads C# (CSharp) 메소드

SetMinThreads() 개인적인 메소드

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