コード例 #1
0
ファイル: Database.cs プロジェクト: nihilus/idaas
 public void xrefsTo_Process(int seqid, TProtocol iprot, TProtocol oprot)
 {
   xrefsTo_args args = new xrefsTo_args();
   args.Read(iprot);
   iprot.ReadMessageEnd();
   xrefsTo_result result = new xrefsTo_result();
   result.Success = iface_.xrefsTo(args.Address, args.RefType);
   oprot.WriteMessageBegin(new TMessage("xrefsTo", TMessageType.Reply, seqid)); 
   result.Write(oprot);
   oprot.WriteMessageEnd();
   oprot.Transport.Flush();
 }