Akka.Actor.RepointableActorRef.GetSingleChild C# (CSharp) Méthode

GetSingleChild() public méthode

public GetSingleChild ( string name ) : IInternalActorRef
name string
Résultat IInternalActorRef
        public override IInternalActorRef GetSingleChild(string name)
        {
            return Lookup.GetSingleChild(name);
        }