Exemplo n.º 1
0
 public void send_getSettingsAttributes(int attrBitset)
 #endif
 {
   oprot_.WriteMessageBegin(new TMessage("getSettingsAttributes", TMessageType.Call, seqid_));
   getSettingsAttributes_args args = new getSettingsAttributes_args();
   args.AttrBitset = attrBitset;
   args.Write(oprot_);
   oprot_.WriteMessageEnd();
   #if SILVERLIGHT
   return oprot_.Transport.BeginFlush(callback, state);
   #else
   oprot_.Transport.Flush();
   #endif
 }