Akka.Cluster.ClusterMetricsCollector.PostStop C# (CSharp) Method

PostStop() protected method

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