public PerformanceCounterInterceptorInserter(string[] operations)
 {
     performanceCounterInterceptor = new PerformanceCounterInterceptor(operations);
 }
Ejemplo n.º 2
0
 public PerformanceCounterInterceptorInserter(string[] operations)
 {
     performanceCounterInterceptor = new PerformanceCounterInterceptor(operations);
 }