public System.Threading.Tasks.Task <Pim_2020.Cotacao.getValoresSeriesXMLResponse> getValoresSeriesXMLAsync(long[] in0, string in1, string in2) { Pim_2020.Cotacao.getValoresSeriesXMLRequest inValue = new Pim_2020.Cotacao.getValoresSeriesXMLRequest(); inValue.in0 = in0; inValue.in1 = in1; inValue.in2 = in2; return(((Pim_2020.Cotacao.FachadaWSSGS)(this)).getValoresSeriesXMLAsync(inValue)); }
public string getValoresSeriesXML(long[] in0, string in1, string in2) { Pim_2020.Cotacao.getValoresSeriesXMLRequest inValue = new Pim_2020.Cotacao.getValoresSeriesXMLRequest(); inValue.in0 = in0; inValue.in1 = in1; inValue.in2 = in2; Pim_2020.Cotacao.getValoresSeriesXMLResponse retVal = ((Pim_2020.Cotacao.FachadaWSSGS)(this)).getValoresSeriesXML(inValue); return(retVal.getValoresSeriesXMLReturn); }
System.Threading.Tasks.Task <Pim_2020.Cotacao.getValoresSeriesXMLResponse> Pim_2020.Cotacao.FachadaWSSGS.getValoresSeriesXMLAsync(Pim_2020.Cotacao.getValoresSeriesXMLRequest request) { return(base.Channel.getValoresSeriesXMLAsync(request)); }
Pim_2020.Cotacao.getValoresSeriesXMLResponse Pim_2020.Cotacao.FachadaWSSGS.getValoresSeriesXML(Pim_2020.Cotacao.getValoresSeriesXMLRequest request) { return(base.Channel.getValoresSeriesXML(request)); }