Click to See Complete Forum and Search --> : Simple question: PerformanceCounter


nfung
November 13th, 2003, 10:32 AM
I don't understand the "readOnly" parameter to PerformanceCounter constructor:

public PerformanceCounter(
string categoryName,
string counterName,
bool readOnly //QUESTION: If it's only readOnly, what's the use of the counter if you cannot update/increment it??
);

Thanks!