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

Class ValueGauge

Inheritance
System.Object
ValueGauge
Namespace:App.Metrics.Gauge
Assembly:cs.temp.dll.dll
Syntax
public sealed class ValueGauge : IGaugeMetric

Properties

Value

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

Methods

GetValue(Boolean)

Declaration
public double GetValue(bool resetMetric = false)
Parameters
Type Name Description
System.Boolean resetMetric
Returns
Type Description
System.Double

Reset()

Declaration
public void Reset()

SetValue(Double)

Declaration
public void SetValue(double value)
Parameters
Type Name Description
System.Double value
Back to top Copyright © 2017 Allan Hardy
Generated by DocFX