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

UpdateState() private method

private UpdateState ( CounterChanged e ) : void
e CounterChanged
return void
        private void UpdateState(CounterChanged e)
        {
            _count += e.Delta;
        }
    }