Пример #1
0
 public void send_notifyInstalled(string udidHash, string applicationTypeWithExtensions)
 #endif
 {
   oprot_.WriteMessageBegin(new TMessage("notifyInstalled", TMessageType.Call, seqid_));
   notifyInstalled_args args = new notifyInstalled_args();
   args.UdidHash = udidHash;
   args.ApplicationTypeWithExtensions = applicationTypeWithExtensions;
   args.Write(oprot_);
   oprot_.WriteMessageEnd();
   #if SILVERLIGHT
   return oprot_.Transport.BeginFlush(callback, state);
   #else
   oprot_.Transport.Flush();
   #endif
 }