Akka.Remote.RemoteActorRef.GetChild C# (CSharp) Метод

GetChild() публичный Метод

Gets the child.
public GetChild ( IEnumerable name ) : IActorRef
name IEnumerable The name.
Результат IActorRef
        public override IActorRef GetChild(IEnumerable<string> name)
        {
            throw new NotImplementedException();
        }