Akka.Tests.Actor.LocalActorRefProviderSpec.ParentActor.ParentActor C# (CSharp) Méthode

ParentActor() public méthode

public ParentActor ( ) : System
Résultat System
            public ParentActor()
            {
                this.childActorRef = Context.ActorOf(Props.Empty);
            }
LocalActorRefProviderSpec.ParentActor