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

GetMaxThreads() private method

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