//adds a counter to the list
 public static void AddPerformanceCounter(PagePerformanceCounter counter)
 {
     counters.Add(counter);
 }
示例#2
0
 //adds a counter to the list
 public static void AddPerformanceCounter(PagePerformanceCounter counter)
 {
     counters.Add(counter);
 }