PrepAway - Latest Free Exam Questions & Answers

Which code segment should you insert at line 16?

You are developing a method named CreateCounters that will create performance counters
for an application.
The method includes the following code. (Line numbers are included for reference only.)

You need to ensure that Counter1 is available for use in Windows Performance Monitor
(PerfMon).
Which code segment should you insert at line 16?

PrepAway - Latest Free Exam Questions & Answers

A.
CounterType = PerformanccCounterType.RawBase

B.
CounterType = PerformanceCounterType.AverageBase

C.
CounterType = PerformanceCounterType.SampleBase

D.
CounterType = PerformanceCounterType.CounterMultiBase

4 Comments on “Which code segment should you insert at line 16?

  1. Aaron says:

    PerformanceCounterType.SampleBase – A base counter that stores the denominator of a counter that presents a general arithmetic fraction. The sampling fraction is the number of samples that were one (or true) for a sample interrupt. Check that this value is greater than zero before using it as the denominator in a calculation of SampleFraction.




    0



    0

Leave a Reply