You work as a developer at ABC.com. The ABC.com network consists of a single domain named
ABC.com.
You have been tasked with creating an application that processes numerous objects in a single
second. You want to include a performance counter to examine these processes.
Which of the following actions should you take FIRST?
A.
You should consider writing code that passes the collection to the Create() method of the
PerformanceCounterCategory.
B.
You should consider writing code that creates a CounterCreationDataCollection.
C.
You should consider writing code thatevokes the Create() method of the
PerformanceCounterCategory class.
D.
You should consider writing code that creates counters as CounterCreationData objects.
Explanation: