'Declaration
Public Function New( _ ByVal name As String, _ ByVal summaryFunction As SummaryFunction, _ ByVal unitCaption As String _ )
public EventMetricValueAttribute( string name, SummaryFunction summaryFunction, string unitCaption )
Parameters
- name
- The unique name of this value column within the event.
- summaryFunction
- An aggregation summary to best interpret this value column for graphing. (use SummaryFunction.Count for non-math types)
- unitCaption
- A displayable caption for the units this value represents, or null for unit-less values.