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