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