Interface IAppMetricsMetricWithValue<T>
Represents a metric with a value of type T
that can be obtained.
Namespace: Dse.AppMetrics.MetricValues
Assembly: Dse.AppMetrics.dll
Syntax
public interface IAppMetricsMetricWithValue<out T> : IAppMetricsMetric, IDriverMetric
Type Parameters
Name | Description |
---|---|
T | Type of the value that can be obtained with this metric. |
Methods
GetValue()
Gets the value for this metric.
Declaration
T GetValue()
Returns
Type | Description |
---|---|
T |