예제 #1
0
파일: Node.cs 프로젝트: zakyrion/Nexus
 protected void AddActorHandler(Address address, IInvokable invokable)
 {
     if (ChannelTree.Add(address, invokable))
     {
         invokable.OnAdd(address, new Invoker(this));
     }
 }