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

SetMaxThreads() 개인적인 메소드

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