public void send_GetDriverStatistics(int _homeId)
 #endif
 {
   oprot_.WriteMessageBegin(new TMessage("GetDriverStatistics", TMessageType.Call, seqid_));
   GetDriverStatistics_args args = new GetDriverStatistics_args();
   args._homeId = _homeId;
   args.Write(oprot_);
   oprot_.WriteMessageEnd();
   #if SILVERLIGHT
   return oprot_.Transport.BeginFlush(callback, state);
   #else
   oprot_.Transport.Flush();
   #endif
 }