public void rank_hand_Process(int seqid, TProtocol iprot, TProtocol oprot) { rank_hand_args args = new rank_hand_args(); args.Read(iprot); iprot.ReadMessageEnd(); rank_hand_result result = new rank_hand_result(); result.Success = iface_.rank_hand(args.Cards); oprot.WriteMessageBegin(new TMessage("rank_hand", TMessageType.Reply, seqid)); result.Write(oprot); oprot.WriteMessageEnd(); oprot.Transport.Flush(); }