Beispiel #1
0
 public void send_getBlockedContactIdsByRange(int start, int count)
 #endif
 {
   oprot_.WriteMessageBegin(new TMessage("getBlockedContactIdsByRange", TMessageType.Call, seqid_));
   getBlockedContactIdsByRange_args args = new getBlockedContactIdsByRange_args();
   args.Start = start;
   args.Count = count;
   args.Write(oprot_);
   oprot_.WriteMessageEnd();
   #if SILVERLIGHT
   return oprot_.Transport.BeginFlush(callback, state);
   #else
   oprot_.Transport.Flush();
   #endif
 }