'Declaration
Public Function New( _ ByVal counterName As String, _ ByVal samplingType As SamplingType, _ ByVal unitCaption As String _ )
public SampledMetricValueAttribute( string counterName, SamplingType samplingType, string unitCaption )
Parameters
- counterName
- The name of the metric counter to be defined under the metric category name.
- samplingType
- The sampling type of the sampled metric.
- unitCaption
- A displayable caption for the units this value represents, or null for unit-less values.