Beispiel #1
0
        internal PerformanceCounterStatement(List <PerformanceCounter> counters,
                                             PerformanceCounterOperation operation)
        {
            System.Diagnostics.Debug.Assert(counters != null);

            this.Counters  = counters;
            this.Operation = operation;
        }
 internal PerformanceCounterStatement(List <PerformanceCounter> counters, PerformanceCounterOperation operation)
 {
     this.Counters  = counters;
     this.Operation = operation;
 }
        internal PerformanceCounterStatement(List<PerformanceCounter> counters,
            PerformanceCounterOperation operation)
        {
            System.Diagnostics.Debug.Assert(counters != null);

            this.Counters = counters;
            this.Operation = operation;
        }
 internal PerformanceCounterActionMapping(PerformanceCounterAction action, PerformanceCounterOperation operation)
 {
     this.Operation = operation;
     this.Action = action;
 }
Beispiel #5
0
 internal PerformanceCounterActionMapping(PerformanceCounterAction action, PerformanceCounterOperation operation)
 {
     this.Operation = operation;
     this.Action    = action;
 }
 internal PerformanceCounterStatement(List<PerformanceCounter> counters, PerformanceCounterOperation operation)
 {
     this.Counters = counters;
     this.Operation = operation;
 }