IMetricsRegistryTMetricMetrics Property |
Dictionary with metrics of all types. The values can be cast to the appropriate type interface
(or the implementation that is provider specific).
Namespace:
Dse.Metrics
Assembly:
Dse (in Dse.dll) Version: 2.9.0
SyntaxIReadOnlyDictionary<TMetric, IDriverMetric> Metrics { get; }
Property Value
Type:
IReadOnlyDictionaryTMetric,
IDriverMetric
See Also