public PerformanceCounterInterceptorInserter(string[] operations)
 {
     performanceCounterInterceptor = new PerformanceCounterInterceptor(operations);
 }
Exemple #2
0
 public PerformanceCounterInterceptorInserter(string[] operations)
 {
     performanceCounterInterceptor = new PerformanceCounterInterceptor(operations);
 }