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

PostStop() protected méthode

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