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);