Akka.Cluster.Tools.Client.ClusterClient.PostStop C# (CSharp) Method

PostStop() protected method

protected PostStop ( ) : void
return void
        protected override void PostStop()
        {
            base.PostStop();
            _heartbeatCancelable.Cancel();
            if (_refreshContactsCancelable != null)
            {
                _refreshContactsCancelable.Cancel();
                _refreshContactsCancelable = null;
            }
        }