CCM.Driver.Init C# (CSharp) Méthode

Init() private méthode

private Init ( ) : void
Résultat void
        private void Init()
        {
            this.threadCount = Environment.ProcessorCount;
              this.threadSemaphore = new Semaphore(this.threadCount, this.threadCount);
              this.listener = new SortedListener(this.configFile.NumMetrics, this.configFile.ExcludeFunctions, this.configFile.Threshold);
        }