0 out of 1 rated this helpful - Rate this topic

PerformanceCounterCategory.Create Method

Registers a custom performance counter category and one or more counters with the system.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  NameDescription
Public method Static member Create(String, String, CounterCreationDataCollection) Obsolete. Registers the custom performance counter category containing the specified counters on the local computer.
Public method Static member Create(String, String, PerformanceCounterCategoryType, CounterCreationDataCollection) Registers the custom performance counter category containing the specified counters on the local computer.
Public method Static member Create(String, String, String, String) Obsolete. Registers a custom performance counter category containing a single counter of type NumberOfItems32 on the local computer.
Public method Static member Create(String, String, PerformanceCounterCategoryType, String, String) Registers the custom performance counter category containing a single counter of type NumberOfItems32 on the local computer.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.