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.");
        }