Akka.Cluster.PerformanceCounterMetricsCollector.PerformanceCounterMetricsCollector C# (CSharp) Method

PerformanceCounterMetricsCollector() public method

This constructor is used when creating an instance from configured fully-qualified name
public PerformanceCounterMetricsCollector ( ActorSystem system ) : System
system ActorSystem
return System
        public PerformanceCounterMetricsCollector(ActorSystem system) : this(Cluster.Get(system)) { }

Same methods

PerformanceCounterMetricsCollector::PerformanceCounterMetricsCollector ( Akka.Actor.Address address, double decayFactor ) : System
PerformanceCounterMetricsCollector::PerformanceCounterMetricsCollector ( Cluster cluster ) : System