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