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

Class ApdexValueSourceExtensions

Inheritance
System.Object
ApdexValueSourceExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace:App.Metrics.Apdex
Assembly:cs.temp.dll.dll
Syntax
public static class ApdexValueSourceExtensions

Methods

GetApdexValue(IProvideMetricValues, String, String)

Declaration
public static ApdexValue GetApdexValue(this IProvideMetricValues valueService, string context, string metricName)
Parameters
Type Name Description
IProvideMetricValues valueService
System.String context
System.String metricName
Returns
Type Description
ApdexValue

GetApdexValue(IProvideMetricValues, String, String, MetricTags)

Declaration
public static ApdexValue GetApdexValue(this IProvideMetricValues valueService, string context, string metricName, MetricTags tags)
Parameters
Type Name Description
IProvideMetricValues valueService
System.String context
System.String metricName
MetricTags tags
Returns
Type Description
ApdexValue

GetValueOrDefault(IApdex)

Declaration
public static ApdexValue GetValueOrDefault(this IApdex metric)
Parameters
Type Name Description
IApdex metric
Returns
Type Description
ApdexValue
Back to top Copyright © 2017 Allan Hardy
Generated by DocFX