IAppMetricsMetricWithValueT Interface |
Represents a metric with a value of type T that can be obtained.
Namespace:
Dse.AppMetrics.MetricValues
Assembly:
Dse.AppMetrics (in Dse.AppMetrics.dll) Version: 1.0.0
Syntax public interface IAppMetricsMetricWithValue<out T> : IAppMetricsMetric,
IDriverMetric
Type Parameters
- T
- Type of the value that can be obtained with this metric.
The IAppMetricsMetricWithValueT type exposes the following members.
Methods
| Name | Description |
---|
| GetValue |
Gets the value for this metric.
|
TopSee Also