Amib.Threading.SmartThreadPool.SmartThreadPool C# (CSharp) Метод

SmartThreadPool() публичный Метод

Constructor
public SmartThreadPool ( ) : System
Результат System
        public SmartThreadPool()
        {
            _stpStartInfo = new STPStartInfo();
            Initialize();
        }

Same methods

SmartThreadPool::SmartThreadPool ( STPStartInfo stpStartInfo ) : System
SmartThreadPool::SmartThreadPool ( bool startSuspended ) : System
SmartThreadPool::SmartThreadPool ( int idleTimeout ) : System
SmartThreadPool::SmartThreadPool ( int idleTimeout, int maxWorkerThreads ) : System
SmartThreadPool::SmartThreadPool ( int idleTimeout, int maxWorkerThreads, int minWorkerThreads ) : System
SmartThreadPool