예제 #1
0
 public System.Threading.Tasks.Task <DallEX.io.View.FachadaWSSGS.getValoresSeriesVOResponse> getValoresSeriesVOAsync(long[] in0, string in1, string in2)
 {
     DallEX.io.View.FachadaWSSGS.getValoresSeriesVORequest inValue = new DallEX.io.View.FachadaWSSGS.getValoresSeriesVORequest();
     inValue.in0 = in0;
     inValue.in1 = in1;
     inValue.in2 = in2;
     return(((DallEX.io.View.FachadaWSSGS.FachadaWSSGS)(this)).getValoresSeriesVOAsync(inValue));
 }
예제 #2
0
 public DallEX.io.View.FachadaWSSGS.WSSerieVO[] getValoresSeriesVO(long[] in0, string in1, string in2)
 {
     DallEX.io.View.FachadaWSSGS.getValoresSeriesVORequest inValue = new DallEX.io.View.FachadaWSSGS.getValoresSeriesVORequest();
     inValue.in0 = in0;
     inValue.in1 = in1;
     inValue.in2 = in2;
     DallEX.io.View.FachadaWSSGS.getValoresSeriesVOResponse retVal = ((DallEX.io.View.FachadaWSSGS.FachadaWSSGS)(this)).getValoresSeriesVO(inValue);
     return(retVal.getValoresSeriesVOReturn);
 }
예제 #3
0
 System.Threading.Tasks.Task <DallEX.io.View.FachadaWSSGS.getValoresSeriesVOResponse> DallEX.io.View.FachadaWSSGS.FachadaWSSGS.getValoresSeriesVOAsync(DallEX.io.View.FachadaWSSGS.getValoresSeriesVORequest request)
 {
     return(base.Channel.getValoresSeriesVOAsync(request));
 }
예제 #4
0
 DallEX.io.View.FachadaWSSGS.getValoresSeriesVOResponse DallEX.io.View.FachadaWSSGS.FachadaWSSGS.getValoresSeriesVO(DallEX.io.View.FachadaWSSGS.getValoresSeriesVORequest request)
 {
     return(base.Channel.getValoresSeriesVO(request));
 }