Exemple #1
0
 public void send_addPlanTarget(string accessKey, Dictionary<string, string> dataMap)
 #endif
 {
   oprot_.WriteMessageBegin(new TMessage("addPlanTarget", TMessageType.Call, seqid_));
   addPlanTarget_args args = new addPlanTarget_args();
   args.AccessKey = accessKey;
   args.DataMap = dataMap;
   args.Write(oprot_);
   oprot_.WriteMessageEnd();
   #if SILVERLIGHT
   return oprot_.Transport.BeginFlush(callback, state);
   #else
   oprot_.Transport.Flush();
   #endif
 }