Akka.Cluster.PerformanceCounterMetricsCollector.Processors C# (CSharp) Méthode

Processors() public méthode

Returns the number of available processors. Creates a new instance each time.
public Processors ( ) : Metric
Résultat Metric
        public Metric Processors()
        {
            return Metric.Create(StandardMetrics.Processors, Environment.ProcessorCount, null);
        }