System.Threading.ThreadPool.GetMaxThreads C# (CSharp) Méthode

GetMaxThreads() public static méthode

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