Пример #1
0
 public void send_GetValueListSelection_Int32(RemoteValueID _id)
 #endif
 {
   oprot_.WriteMessageBegin(new TMessage("GetValueListSelection_Int32", TMessageType.Call, seqid_));
   GetValueListSelection_Int32_args args = new GetValueListSelection_Int32_args();
   args._id = _id;
   args.Write(oprot_);
   oprot_.WriteMessageEnd();
   #if SILVERLIGHT
   return oprot_.Transport.BeginFlush(callback, state);
   #else
   oprot_.Transport.Flush();
   #endif
 }
Пример #2
0
 public void GetValueListSelection_Int32_Process(int seqid, TProtocol iprot, TProtocol oprot)
 {
   GetValueListSelection_Int32_args args = new GetValueListSelection_Int32_args();
   args.Read(iprot);
   iprot.ReadMessageEnd();
   GetValueListSelection_Int32_result result = new GetValueListSelection_Int32_result();
   result.Success = iface_.GetValueListSelection_Int32(args._id);
   oprot.WriteMessageBegin(new TMessage("GetValueListSelection_Int32", TMessageType.Reply, seqid)); 
   result.Write(oprot);
   oprot.WriteMessageEnd();
   oprot.Transport.Flush();
 }