Akka.Cluster.ClusterMetricsCollector.PreStart C# (CSharp) Méthode

PreStart() protected méthode

protected PreStart ( ) : void
Résultat void
        protected override void PreStart()
        {
            _cluster.Subscribe(Self,new []{ typeof(ClusterEvent.IMemberEvent), typeof(ClusterEvent.ReachabilityEvent) });
            _cluster.LogInfo("Metrics collection has started successfully.");
        }