Akka.Cluster.ClusterRemoteWatcher.PostStop C# (CSharp) 메소드

PostStop() 보호된 메소드

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