Exemple #1
0
            public void send_SendMail(KauwaMail mail)
      #endif
            {
                oprot_.WriteMessageBegin(new TMessage("SendMail", TMessageType.Call, seqid_));
                SendMail_args args = new SendMail_args();

                args.Mail = mail;
                args.Write(oprot_);
                oprot_.WriteMessageEnd();
        #if SILVERLIGHT
                return(oprot_.Transport.BeginFlush(callback, state));
        #else
                oprot_.Transport.Flush();
        #endif
            }
 public void send_SendMail(KauwaMail mail)
 #endif
 {
   oprot_.WriteMessageBegin(new TMessage("SendMail", TMessageType.Call, seqid_));
   SendMail_args args = new SendMail_args();
   args.Mail = mail;
   args.Write(oprot_);
   oprot_.WriteMessageEnd();
   #if SILVERLIGHT
   return oprot_.Transport.BeginFlush(callback, state);
   #else
   oprot_.Transport.Flush();
   #endif
 }