Exemple #1
0
 public void send_notifyUpdated(long lastRev, DeviceInfo deviceInfo)
 #endif
 {
   oprot_.WriteMessageBegin(new TMessage("notifyUpdated", TMessageType.Call, seqid_));
   notifyUpdated_args args = new notifyUpdated_args();
   args.LastRev = lastRev;
   args.DeviceInfo = deviceInfo;
   args.Write(oprot_);
   oprot_.WriteMessageEnd();
   #if SILVERLIGHT
   return oprot_.Transport.BeginFlush(callback, state);
   #else
   oprot_.Transport.Flush();
   #endif
 }