Akka.Cluster.AutoDown.PostStop C# (CSharp) Méthode

PostStop() protected méthode

protected PostStop ( ) : void
Résultat void
        protected override void PostStop()
        {
            _cluster.Unsubscribe(Self);
            base.PostStop();
        }