Akka.Persistence.Tests.PersistentActorSpec.BehaviorTwoActor.BehaviorTwoActor C# (CSharp) Method

BehaviorTwoActor() public method

public BehaviorTwoActor ( string name ) : System
name string
return System
            public BehaviorTwoActor(string name) : base(name) { }
PersistentActorSpec.BehaviorTwoActor