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