Exemplo n.º 1
0
Arquivo: C4.cs Projeto: cosh/C4
 public void recv_InsertOrUpdate()
 {
   TMessage msg = iprot_.ReadMessageBegin();
   if (msg.Type == TMessageType.Exception) {
     TApplicationException x = TApplicationException.Read(iprot_);
     iprot_.ReadMessageEnd();
     throw x;
   }
   InsertOrUpdate_result result = new InsertOrUpdate_result();
   result.Read(iprot_);
   iprot_.ReadMessageEnd();
   if (result.__isset.ire) {
     throw result.Ire;
   }
   return;
 }