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

GetMinThreads() 개인적인 메소드

private GetMinThreads ( int &workerThreads, int &completionPortThreads ) : void
workerThreads int
completionPortThreads int
리턴 void
		public static extern void GetMinThreads (out int workerThreads, out int completionPortThreads);