Пример #1
0
 public void AttachStub(MessageStub stub)
 {
     if (stub.AttachRpcStub(message_handlers))
     {
         stub_list.Add(stub);
     }
 }
 public void AttachStub(MessageStub stub)
 {
     if (stub.AttachRpcStub(message_handlers))
     {
         stub_list.Add(stub);
     }
 }
        public bool AttachStub(MessageStub stub)
        {
            if (stub.AttachRpcStub(stub_handlers))
            {
                stub_list.Add(stub);
                return(true);
            }

            return(false);
        }
        public bool AttachStub(MessageStub stub)
        {
            if (stub.AttachRpcStub(stub_handlers))
            {
                stub_list.Add(stub);
                return true;
            }

            return false;
        }