Beispiel #1
0
 public System.Threading.Tasks.Task <DallEX.io.View.FachadaWSSGS.getValoresSeriesXMLResponse> getValoresSeriesXMLAsync(long[] in0, string in1, string in2)
 {
     DallEX.io.View.FachadaWSSGS.getValoresSeriesXMLRequest inValue = new DallEX.io.View.FachadaWSSGS.getValoresSeriesXMLRequest();
     inValue.in0 = in0;
     inValue.in1 = in1;
     inValue.in2 = in2;
     return(((DallEX.io.View.FachadaWSSGS.FachadaWSSGS)(this)).getValoresSeriesXMLAsync(inValue));
 }
Beispiel #2
0
 public string getValoresSeriesXML(long[] in0, string in1, string in2)
 {
     DallEX.io.View.FachadaWSSGS.getValoresSeriesXMLRequest inValue = new DallEX.io.View.FachadaWSSGS.getValoresSeriesXMLRequest();
     inValue.in0 = in0;
     inValue.in1 = in1;
     inValue.in2 = in2;
     DallEX.io.View.FachadaWSSGS.getValoresSeriesXMLResponse retVal = ((DallEX.io.View.FachadaWSSGS.FachadaWSSGS)(this)).getValoresSeriesXML(inValue);
     return(retVal.getValoresSeriesXMLReturn);
 }
Beispiel #3
0
 System.Threading.Tasks.Task <DallEX.io.View.FachadaWSSGS.getValoresSeriesXMLResponse> DallEX.io.View.FachadaWSSGS.FachadaWSSGS.getValoresSeriesXMLAsync(DallEX.io.View.FachadaWSSGS.getValoresSeriesXMLRequest request)
 {
     return(base.Channel.getValoresSeriesXMLAsync(request));
 }
Beispiel #4
0
 DallEX.io.View.FachadaWSSGS.getValoresSeriesXMLResponse DallEX.io.View.FachadaWSSGS.FachadaWSSGS.getValoresSeriesXML(DallEX.io.View.FachadaWSSGS.getValoresSeriesXMLRequest request)
 {
     return(base.Channel.getValoresSeriesXML(request));
 }