Click or drag to resize

CounterData Constructor

Overload List
  NameDescription
Public methodCounterData(IAppContext, Object, Double, String, PerfmonAttrs)
Constructor for creating a new counter for a monitored object.
Public methodCounterData(IAppContext, Object, DiagnosticCounterType, Double, String, PerfmonAttrs)
Constructor for creating a new counter for a monitored object with a counter type.
Public methodCounterData(IAppContext, String, String, String, Double, PerfmonAttrs)
Constructor for creating a new counter for a specific category.
Public methodCounterData(IAppContext, String, String, String, DiagnosticCounterType, Double, PerfmonAttrs)
Constructor for creating a new counter for a specific category and counter type.
Top
See Also