Esempio n. 1
0
 public void updateNotificationToken_Process(int seqid, TProtocol iprot, TProtocol oprot)
 {
   updateNotificationToken_args args = new updateNotificationToken_args();
   args.Read(iprot);
   iprot.ReadMessageEnd();
   updateNotificationToken_result result = new updateNotificationToken_result();
   try {
     iface_.updateNotificationToken(args.Type, args.Token);
   } catch (TalkException e) {
     result.E = e;
   }
   oprot.WriteMessageBegin(new TMessage("updateNotificationToken", TMessageType.Reply, seqid)); 
   result.Write(oprot);
   oprot.WriteMessageEnd();
   oprot.Transport.Flush();
 }