Example #1
0
 public void send_fetchN(int numRows)
 {
     oprot_.WriteMessageBegin(new TMessage("fetchN", TMessageType.Call, seqid_));
     fetchN_args args = new fetchN_args();
     args.NumRows = numRows;
     args.Write(oprot_);
     oprot_.WriteMessageEnd();
     oprot_.Transport.Flush();
 }