IAppMetricsMetricWithValueT Interface | 
 
            Represents a metric with a value of type T that can be obtained.
            
 
    Namespace: 
   Cassandra.AppMetrics.MetricValues
    Assembly:
   Cassandra.AppMetrics (in Cassandra.AppMetrics.dll) Version: 3.13.0
Syntaxpublic 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.
              | 
Top
See Also