Example #1
0
 public void recv_addProductInspect()
 {
   TMessage msg = iprot_.ReadMessageBegin();
   if (msg.Type == TMessageType.Exception) {
     TApplicationException x = TApplicationException.Read(iprot_);
     iprot_.ReadMessageEnd();
     throw x;
   }
   addProductInspect_result result = new addProductInspect_result();
   result.Read(iprot_);
   iprot_.ReadMessageEnd();
   return;
 }