Akka.Cluster.ClusterMetricsCollector.PostStop C# (CSharp) 메소드

PostStop() 보호된 메소드

protected PostStop ( ) : void
리턴 void
        protected override void PostStop()
        {
            _cluster.Unsubscribe(Self);
            _gossipCancelable.Cancel();
            _metricsCancelable.Cancel();
            Collector.Dispose();
        }