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

Interface IBuildApdexMetrics

Namespace:App.Metrics.Apdex.Abstractions
Assembly:cs.temp.dll.dll
Syntax
public interface IBuildApdexMetrics

Methods

Build(Double, Boolean, IClock)

Declaration
IApdexMetric Build(double apdexTSeconds, bool allowWarmup, IClock clock)
Parameters
Type Name Description
System.Double apdexTSeconds
System.Boolean allowWarmup
IClock clock
Returns
Type Description
IApdexMetric

Build(Func<IReservoir>, Double, Boolean, IClock)

Declaration
IApdexMetric Build(Func<IReservoir> reservoir, double apdexTSeconds, bool allowWarmup, IClock clock)
Parameters
Type Name Description
System.Func<IReservoir> reservoir
System.Double apdexTSeconds
System.Boolean allowWarmup
IClock clock
Returns
Type Description
IApdexMetric
Back to top Copyright © 2017 Allan Hardy
Generated by DocFX