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

Struct ApdexSnapshot

Inherited Members
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace:App.Metrics.Apdex
Assembly:cs.temp.dll.dll
Syntax
public struct ApdexSnapshot

Constructors

ApdexSnapshot(IEnumerable<Int64>, Double)

Declaration
public ApdexSnapshot(IEnumerable<long> samples, double apdexTSeconds)
Parameters
Type Name Description
IEnumerable<System.Int64> samples
System.Double apdexTSeconds

Properties

FrustratingSize

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

SatisfiedSize

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

ToleratingSize

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

Methods

Equals(ApdexSnapshot)

Declaration
public bool Equals(ApdexSnapshot other)
Parameters
Type Name Description
ApdexSnapshot other
Returns
Type Description
System.Boolean

Equals(Object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
System.Object obj
Returns
Type Description
System.Boolean
Overrides
System.ValueType.Equals(System.Object)

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
System.Int32
Overrides
System.ValueType.GetHashCode()

Operators

Equality(ApdexSnapshot, ApdexSnapshot)

Declaration
public static bool operator ==(ApdexSnapshot left, ApdexSnapshot right)
Parameters
Type Name Description
ApdexSnapshot left
ApdexSnapshot right
Returns
Type Description
System.Boolean

Inequality(ApdexSnapshot, ApdexSnapshot)

Declaration
public static bool operator !=(ApdexSnapshot left, ApdexSnapshot right)
Parameters
Type Name Description
ApdexSnapshot left
ApdexSnapshot right
Returns
Type Description
System.Boolean
Back to top Copyright © 2017 Allan Hardy
Generated by DocFX