ServiceStack.AppHostHttpListenerPoolBase.ThreadPoolManager.ThreadPoolManager C# (CSharp) Method

ThreadPoolManager() public method

public ThreadPoolManager ( int poolSize ) : System
poolSize int
return System
            public ThreadPoolManager(int poolSize)
            {
                autoResetEvent = new AutoResetEvent(false);
                avalaibleThreadCount = poolSize;
            }
AppHostHttpListenerPoolBase.ThreadPoolManager