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

Class ApdexValue

The value reported by an Apdex Metric

Inheritance
System.Object
ApdexValue
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 sealed class ApdexValue

Constructors

ApdexValue(Double, Int32, Int32, Int32, Int32, Boolean)

Declaration
public ApdexValue(double score, int satisfied, int tolerating, int frustrating, int sampleSize, bool allowWarmup = true)
Parameters
Type Name Description
System.Double score
System.Int32 satisfied
System.Int32 tolerating
System.Int32 frustrating
System.Int32 sampleSize
System.Boolean allowWarmup

Properties

Frustrating

Declaration
public int Frustrating { get; }
Property Value
Type Description
System.Int32

SampleSize

Declaration
public int SampleSize { get; }
Property Value
Type Description
System.Int32

Satisfied

Declaration
public int Satisfied { get; }
Property Value
Type Description
System.Int32

Score

Declaration
public double Score { get; }
Property Value
Type Description
System.Double

Tolerating

Declaration
public int Tolerating { get; }
Property Value
Type Description
System.Int32
Back to top Copyright © 2017 Allan Hardy
Generated by DocFX