public void testCase1_Process(int seqid, TProtocol iprot, TProtocol oprot)
            {
                testCase1_args args = new testCase1_args();

                args.Read(iprot);
                iprot.ReadMessageEnd();
                testCase1_result result = new testCase1_result();

                result.Success = iface_.testCase1(args.Num1, args.Num2, args.Num3);
                oprot.WriteMessageBegin(new TMessage("testCase1", TMessageType.Reply, seqid));
                result.Write(oprot);
                oprot.WriteMessageEnd();
                oprot.Transport.Flush();
            }
 public void testCase1_Process(int seqid, TProtocol iprot, TProtocol oprot)
 {
     testCase1_args args = new testCase1_args();
     args.Read(iprot);
     iprot.ReadMessageEnd();
     testCase1_result result = new testCase1_result();
     result.Success = iface_.testCase1(args.Num1, args.Num2, args.Num3);
     oprot.WriteMessageBegin(new TMessage("testCase1", TMessageType.Reply, seqid));
     result.Write(oprot);
     oprot.WriteMessageEnd();
     oprot.Transport.Flush();
 }