示例#1
0
 public void send_getSettings()
 #endif
 {
   oprot_.WriteMessageBegin(new TMessage("getSettings", TMessageType.Call, seqid_));
   getSettings_args args = new getSettings_args();
   args.Write(oprot_);
   oprot_.WriteMessageEnd();
   #if SILVERLIGHT
   return oprot_.Transport.BeginFlush(callback, state);
   #else
   oprot_.Transport.Flush();
   #endif
 }
 public void send_getSettings(string userId, string groupId, Session session)
 #endif
 {
   oprot_.WriteMessageBegin(new TMessage("getSettings", TMessageType.Call, seqid_));
   getSettings_args args = new getSettings_args();
   args.UserId = userId;
   args.GroupId = groupId;
   args.Session = session;
   args.Write(oprot_);
   oprot_.WriteMessageEnd();
   #if SILVERLIGHT
   return oprot_.Transport.BeginFlush(callback, state);
   #else
   oprot_.Transport.Flush();
   #endif
 }