Exemplo n.º 1
0
 public void send_scannerGet(int id)
 #endif
 {
   oprot_.WriteMessageBegin(new TMessage("scannerGet", TMessageType.Call, seqid_));
   scannerGet_args args = new scannerGet_args();
   args.Id = id;
   args.Write(oprot_);
   oprot_.WriteMessageEnd();
   #if SILVERLIGHT
   return oprot_.Transport.BeginFlush(callback, state);
   #else
   oprot_.Transport.Flush();
   #endif
 }
Exemplo n.º 2
0
 public void send_scannerGet(int id)
 {
     this.oprot_.WriteMessageBegin(new TMessage("scannerGet", TMessageType.Call, this.seqid_));
     var args = new scannerGet_args();
     args.Id = id;
     args.Write(this.oprot_);
     this.oprot_.WriteMessageEnd();
     this.oprot_.Transport.Flush();
 }
Exemplo n.º 3
0
 public void send_scannerGet(int id)
 {
     oprot_.WriteMessageBegin(new TMessage("scannerGet", TMessageType.Call, seqid_));
     scannerGet_args args = new scannerGet_args();
     args.id = id;
     args.Write(oprot_);
     oprot_.WriteMessageEnd();
     oprot_.Transport.Flush();
 }