CCM.Driver.Init C# (CSharp) Method

Init() private method

private Init ( ) : void
return 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);
        }