Akka.Remote.RemoteActorRef.GetChild C# (CSharp) Method

GetChild() public method

Gets the child.
public GetChild ( IEnumerable name ) : IActorRef
name IEnumerable The name.
return IActorRef
        public override IActorRef GetChild(IEnumerable<string> name)
        {
            throw new NotImplementedException();
        }