public void send_HelloInt(int para)
      #endif
            {
                oprot_.WriteMessageBegin(new TMessage("HelloInt", TMessageType.Call, seqid_));
                HelloInt_args args = new HelloInt_args();

                args.Para = para;
                args.Write(oprot_);
                oprot_.WriteMessageEnd();
        #if SILVERLIGHT
                return(oprot_.Transport.BeginFlush(callback, state));
        #else
                oprot_.Transport.Flush();
        #endif
            }