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

GetMaxThreads() 개인적인 메소드

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