public void sendAsync_0_Process(int seqid, TProtocol iprot, TProtocol oprot)
            {
                sendAsync_0_args args = new sendAsync_0_args();

                args.Read(iprot);
                iprot.ReadMessageEnd();
                iface_.sendAsync_0(args.Request);
                return;
            }
            public void send_sendAsync_0(bool request)
      #endif
            {
                oprot_.WriteMessageBegin(new TMessage("sendAsync_0", TMessageType.Call, seqid_));
                sendAsync_0_args args = new sendAsync_0_args();

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