Akka.Cluster.ClusterMetricsCollector.PreStart C# (CSharp) Метод

PreStart() защищенный Метод

protected PreStart ( ) : void
Результат void
        protected override void PreStart()
        {
            _cluster.Subscribe(Self,new []{ typeof(ClusterEvent.IMemberEvent), typeof(ClusterEvent.ReachabilityEvent) });
            _cluster.LogInfo("Metrics collection has started successfully.");
        }