Esempio n. 1
0
 public void send_setNotificationsEnabled(int reqSeq, MIDType type, string target, bool enablement)
 #endif
 {
   oprot_.WriteMessageBegin(new TMessage("setNotificationsEnabled", TMessageType.Call, seqid_));
   setNotificationsEnabled_args args = new setNotificationsEnabled_args();
   args.ReqSeq = reqSeq;
   args.Type = type;
   args.Target = target;
   args.Enablement = enablement;
   args.Write(oprot_);
   oprot_.WriteMessageEnd();
   #if SILVERLIGHT
   return oprot_.Transport.BeginFlush(callback, state);
   #else
   oprot_.Transport.Flush();
   #endif
 }