Пример #1
0
 public void send_clearMessageBox(string channelId, string messageBoxId)
 #endif
 {
   oprot_.WriteMessageBegin(new TMessage("clearMessageBox", TMessageType.Call, seqid_));
   clearMessageBox_args args = new clearMessageBox_args();
   args.ChannelId = channelId;
   args.MessageBoxId = messageBoxId;
   args.Write(oprot_);
   oprot_.WriteMessageEnd();
   #if SILVERLIGHT
   return oprot_.Transport.BeginFlush(callback, state);
   #else
   oprot_.Transport.Flush();
   #endif
 }