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

GetMaxThreads() public static method

public static GetMaxThreads ( int &workerThreads, int &completionPortThreads ) : void
workerThreads int
completionPortThreads int
return void
        public static void GetMaxThreads(out int workerThreads, out int completionPortThreads)
        {
            throw null;
        }