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

GetMinThreads() private method

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