Beispiel #1
0
 public void send_configurePrefilledUserRatings(string username, string repoName, string primaryKey, string itemTable, string tableName, string userIdCol, string itemIdCol, string userRatingCol)
 #endif
 {
   oprot_.WriteMessageBegin(new TMessage("configurePrefilledUserRatings", TMessageType.Call, seqid_));
   configurePrefilledUserRatings_args args = new configurePrefilledUserRatings_args();
   args.Username = username;
   args.RepoName = repoName;
   args.PrimaryKey = primaryKey;
   args.ItemTable = itemTable;
   args.TableName = tableName;
   args.UserIdCol = userIdCol;
   args.ItemIdCol = itemIdCol;
   args.UserRatingCol = userRatingCol;
   args.Write(oprot_);
   oprot_.WriteMessageEnd();
   #if SILVERLIGHT
   return oprot_.Transport.BeginFlush(callback, state);
   #else
   oprot_.Transport.Flush();
   #endif
 }