0

How to count the total increment of last minute?

        //Create Counter
        CounterCreationDataCollection counter = new CounterCreationDataCollection();

        CounterCreationData total = new CounterCreationData();
        total.CounterName = "totalOps";
        total.CounterType = PerformanceCounterType.NumberOfItems32;
        counter.Add(total);
user1037792
  • 91
  • 1
  • 6

0 Answers0