Ejemplo n.º 1
0
            public void calculateXorPhenotypeFitness_Process(int seqid, TProtocol iprot, TProtocol oprot)
            {
                calculateXorPhenotypeFitness_args args = new calculateXorPhenotypeFitness_args();

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

                result.Success = iface_.calculateXorPhenotypeFitness(args.Ann);
                oprot.WriteMessageBegin(new TMessage("calculateXorPhenotypeFitness", TMessageType.Reply, seqid));
                result.Write(oprot);
                oprot.WriteMessageEnd();
                oprot.Transport.Flush();
            }
Ejemplo n.º 2
0
            public void send_calculateXorPhenotypeFitness(CFastCyclicNetwork ann)
      #endif
            {
                oprot_.WriteMessageBegin(new TMessage("calculateXorPhenotypeFitness", TMessageType.Call, seqid_));
                calculateXorPhenotypeFitness_args args = new calculateXorPhenotypeFitness_args();

                args.Ann = ann;
                args.Write(oprot_);
                oprot_.WriteMessageEnd();
        #if SILVERLIGHT
                return(oprot_.Transport.BeginFlush(callback, state));
        #else
                oprot_.Transport.Flush();
        #endif
            }
 public void calculateXorPhenotypeFitness_Process(int seqid, TProtocol iprot, TProtocol oprot)
 {
   calculateXorPhenotypeFitness_args args = new calculateXorPhenotypeFitness_args();
   args.Read(iprot);
   iprot.ReadMessageEnd();
   calculateXorPhenotypeFitness_result result = new calculateXorPhenotypeFitness_result();
   result.Success = iface_.calculateXorPhenotypeFitness(args.Ann);
   oprot.WriteMessageBegin(new TMessage("calculateXorPhenotypeFitness", TMessageType.Reply, seqid)); 
   result.Write(oprot);
   oprot.WriteMessageEnd();
   oprot.Transport.Flush();
 }
 public void send_calculateXorPhenotypeFitness(CFastCyclicNetwork ann)
 #endif
 {
   oprot_.WriteMessageBegin(new TMessage("calculateXorPhenotypeFitness", TMessageType.Call, seqid_));
   calculateXorPhenotypeFitness_args args = new calculateXorPhenotypeFitness_args();
   args.Ann = ann;
   args.Write(oprot_);
   oprot_.WriteMessageEnd();
   #if SILVERLIGHT
   return oprot_.Transport.BeginFlush(callback, state);
   #else
   oprot_.Transport.Flush();
   #endif
 }