public void send_getLocationInfoIncremental(string param) { oprot_.WriteMessageBegin(new TMessage("getLocationInfoIncremental", TMessageType.Call, seqid_)); getLocationInfoIncremental_args args = new getLocationInfoIncremental_args(); args.Param = param; args.Write(oprot_); oprot_.WriteMessageEnd(); oprot_.Transport.Flush(); }
public IAsyncResult send_getLocationInfoIncremental(AsyncCallback callback, object state, string param) { oprot_.WriteMessageBegin(new TMessage("getLocationInfoIncremental", TMessageType.Call, seqid_)); getLocationInfoIncremental_args args = new getLocationInfoIncremental_args(); args.Param = param; args.Write(oprot_); oprot_.WriteMessageEnd(); return(oprot_.Transport.BeginFlush(callback, state)); }