Esempio n. 1
0
 public void send_commitUpdateProfile(int seq, List<ProfileAttribute> attrs, List<string> receiverMids)
 #endif
 {
   oprot_.WriteMessageBegin(new TMessage("commitUpdateProfile", TMessageType.Call, seqid_));
   commitUpdateProfile_args args = new commitUpdateProfile_args();
   args.Seq = seq;
   args.Attrs = attrs;
   args.ReceiverMids = receiverMids;
   args.Write(oprot_);
   oprot_.WriteMessageEnd();
   #if SILVERLIGHT
   return oprot_.Transport.BeginFlush(callback, state);
   #else
   oprot_.Transport.Flush();
   #endif
 }