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

BehaviorThreeActor() public method

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