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

GetMinThreads() public static method

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