예제 #1
0
 public void send_updateNotificationTokenWithBytes(NotificationType type, byte[] token)
 #endif
 {
   oprot_.WriteMessageBegin(new TMessage("updateNotificationTokenWithBytes", TMessageType.Call, seqid_));
   updateNotificationTokenWithBytes_args args = new updateNotificationTokenWithBytes_args();
   args.Type = type;
   args.Token = token;
   args.Write(oprot_);
   oprot_.WriteMessageEnd();
   #if SILVERLIGHT
   return oprot_.Transport.BeginFlush(callback, state);
   #else
   oprot_.Transport.Flush();
   #endif
 }