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

GetAvailableThreads() public static method

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