App Metrics Fork me on GitHub
Show / Hide Table of Contents

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
Back to top Copyright © 2017 Allan Hardy
Generated by DocFX