Ejemplo n.º 1
0
 public void send_getGroups(List<string> groupIds)
 #endif
 {
   oprot_.WriteMessageBegin(new TMessage("getGroups", TMessageType.Call, seqid_));
   getGroups_args args = new getGroups_args();
   args.GroupIds = groupIds;
   args.Write(oprot_);
   oprot_.WriteMessageEnd();
   #if SILVERLIGHT
   return oprot_.Transport.BeginFlush(callback, state);
   #else
   oprot_.Transport.Flush();
   #endif
 }
 public void send_getGroups(string userId, Session session)
 #endif
 {
   oprot_.WriteMessageBegin(new TMessage("getGroups", TMessageType.Call, seqid_));
   getGroups_args args = new getGroups_args();
   args.UserId = userId;
   args.Session = session;
   args.Write(oprot_);
   oprot_.WriteMessageEnd();
   #if SILVERLIGHT
   return oprot_.Transport.BeginFlush(callback, state);
   #else
   oprot_.Transport.Flush();
   #endif
 }