Akka.Cluster.ClusterReadView.EventBusListener.PostStop C# (CSharp) Method

PostStop() protected method

protected PostStop ( ) : void
return void
            protected override void PostStop()
            {
                //unsubscribe from all cluster domain events
                _cluster.Unsubscribe(Self);
            }
        }
ClusterReadView.EventBusListener