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

PostStop() protected method

protected PostStop ( ) : void
return void
        protected override void PostStop()
        {
            _cluster.Unsubscribe(Self);
            base.PostStop();
        }