System.Threading.ThreadPool.GetMinThreads C# (CSharp) Метод

GetMinThreads() публичный статический Метод

public static GetMinThreads ( int &workerThreads, int &completionPortThreads ) : void
workerThreads int
completionPortThreads int
Результат void
        public static void GetMinThreads(out int workerThreads, out int completionPortThreads)
        {
            throw null;
        }