コード例 #1
0
 public _2_CapaServiciosGM.SKA_Access.ArchivoXML getLista(string Parametros)
 {
     _2_CapaServiciosGM.SKA_Access.getListaRequest inValue = new _2_CapaServiciosGM.SKA_Access.getListaRequest();
     inValue.Parametros = Parametros;
     _2_CapaServiciosGM.SKA_Access.getListaResponse retVal = ((_2_CapaServiciosGM.SKA_Access.WebServicesSecuritySoap)(this)).getLista(inValue);
     return(retVal.ArchivoXML);
 }
コード例 #2
0
 public System.Threading.Tasks.Task <_2_CapaServiciosGM.SKA_Access.getListaResponse> getListaAsync(string Parametros)
 {
     _2_CapaServiciosGM.SKA_Access.getListaRequest inValue = new _2_CapaServiciosGM.SKA_Access.getListaRequest();
     inValue.Parametros = Parametros;
     return(((_2_CapaServiciosGM.SKA_Access.WebServicesSecuritySoap)(this)).getListaAsync(inValue));
 }
コード例 #3
0
 System.Threading.Tasks.Task <_2_CapaServiciosGM.SKA_Access.getListaResponse> _2_CapaServiciosGM.SKA_Access.WebServicesSecuritySoap.getListaAsync(_2_CapaServiciosGM.SKA_Access.getListaRequest request)
 {
     return(base.Channel.getListaAsync(request));
 }
コード例 #4
0
 _2_CapaServiciosGM.SKA_Access.getListaResponse _2_CapaServiciosGM.SKA_Access.WebServicesSecuritySoap.getLista(_2_CapaServiciosGM.SKA_Access.getListaRequest request)
 {
     return(base.Channel.getLista(request));
 }