コード例 #1
0
 public void GetConfiguration_Process(int seqid, TProtocol iprot, TProtocol oprot)
 {
   GetConfiguration_args args = new GetConfiguration_args();
   args.Read(iprot);
   iprot.ReadMessageEnd();
   GetConfiguration_result result = new GetConfiguration_result();
   result.Success = iface_.GetConfiguration();
   oprot.WriteMessageBegin(new TMessage("GetConfiguration", TMessageType.Reply, seqid)); 
   result.Write(oprot);
   oprot.WriteMessageEnd();
   oprot.Transport.Flush();
 }