Class ApdexValueSource
Inheritance
System.Object
ApdexValueSource
Namespace:App.Metrics.Apdex
Assembly:cs.temp.dll.dll
Syntax
public sealed class ApdexValueSource : MetricValueSourceBase<ApdexValue>
Constructors
ApdexValueSource(String, IMetricValueProvider<ApdexValue>, MetricTags, Boolean)
Declaration
public ApdexValueSource(string name, IMetricValueProvider<ApdexValue> value, MetricTags tags, bool resetOnReporting = false)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
IMetricValueProvider<ApdexValue> | value | |
MetricTags | tags | |
System.Boolean | resetOnReporting |