Click or drag to resize

IMetricsRegistryTMetricCounters Property

Dictionary with counter metrics.

Namespace:  Dse.Metrics
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
IReadOnlyDictionary<TMetric, IDriverCounter> Counters { get; }

Property Value

Type: IReadOnlyDictionaryTMetric, IDriverCounter
See Also