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();
        }