Exemplo n.º 1
0
 public void send_Aggregate(CalculonDb.Entry entry)
 {
     oprot_.WriteMessageBegin(new TMessage("Aggregate", TMessageType.Call, seqid_));
     Aggregate_args args = new Aggregate_args();
     args.Entry = entry;
     args.Write(oprot_);
     oprot_.WriteMessageEnd();
     oprot_.Transport.Flush();
 }