Akka.Cluster.Sharding.Tests.Counter.PostStop C# (CSharp) Method

PostStop() protected method

protected PostStop ( ) : void
return void
        protected override void PostStop()
        {
            base.PostStop();
            // Simulate that the passivation takes some time, to verify passivation buffering
            Thread.Sleep(500);
        }