CCMEngine.SortedListener.SortedListener C# (CSharp) Method

SortedListener() public method

public SortedListener ( int numMetrics, List ignores, int threshold ) : System
numMetrics int
ignores List
threshold int
return System
        public SortedListener(int numMetrics, List<string> ignores, int threshold)
        {
            this.numMetrics = numMetrics;
            this.ignoreUnits = ignores;
            this.threshold = threshold;
        }