コード例 #1
0
 public void AttachStub(MessageStub stub)
 {
     if (stub.AttachRpcStub(message_handlers))
     {
         stub_list.Add(stub);
     }
 }
コード例 #2
0
 public void AttachStub(MessageStub stub)
 {
     if (stub.AttachRpcStub(message_handlers))
     {
         stub_list.Add(stub);
     }
 }
コード例 #3
0
        public bool AttachStub(MessageStub stub)
        {
            if (stub.AttachRpcStub(stub_handlers))
            {
                stub_list.Add(stub);
                return(true);
            }

            return(false);
        }
コード例 #4
0
        public bool AttachStub(MessageStub stub)
        {
            if (stub.AttachRpcStub(stub_handlers))
            {
                stub_list.Add(stub);
                return true;
            }

            return false;
        }