public void send_scannerGetList(int id, int nbRows) { this.oprot_.WriteMessageBegin(new TMessage("scannerGetList", TMessageType.Call, this.seqid_)); var args = new scannerGetList_args(); args.Id = id; args.NbRows = nbRows; args.Write(this.oprot_); this.oprot_.WriteMessageEnd(); this.oprot_.Transport.Flush(); }
public void send_scannerGetList(int id, int nbRows) #endif { oprot_.WriteMessageBegin(new TMessage("scannerGetList", TMessageType.Call, seqid_)); scannerGetList_args args = new scannerGetList_args(); args.Id = id; args.NbRows = nbRows; args.Write(oprot_); oprot_.WriteMessageEnd(); #if SILVERLIGHT return oprot_.Transport.BeginFlush(callback, state); #else oprot_.Transport.Flush(); #endif }