ServiceStack.AppHostHttpListenerPoolBase.ThreadPoolManager.ThreadPoolManager C# (CSharp) Méthode

ThreadPoolManager() public méthode

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