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

SetMinThreads() public static method

public static SetMinThreads ( int workerThreads, int completionPortThreads ) : bool
workerThreads int
completionPortThreads int
return bool
        public static bool SetMinThreads(int workerThreads, int completionPortThreads)
        {
            throw null;
        }