Akka.Persistence.Tests.PersistentActorSpec.ExamplePersistentActor.ExamplePersistentActor C# (CSharp) Метод

ExamplePersistentActor() защищенный Метод

protected ExamplePersistentActor ( string name ) : System
name string
Результат System
            protected ExamplePersistentActor(string name)
                : base(name)
            {
                UpdateStateHandler = o => UpdateState(o);
            }