示例#1
0
 private object[] OnEndgestionaCuenta(System.IAsyncResult result)
 {
     Lite.ServiceGestionCuentas.gestionaCuentaResponse retVal = ((Lite.ServiceGestionCuentas.WsGestionaInfoCuentasPortType)(this)).EndgestionaCuenta(result);
     return(new object[] {
         retVal
     });
 }
示例#2
0
 public Lite.ServiceGestionCuentas.gestionaCuentaResponse EndgestionaCuenta(System.IAsyncResult result)
 {
     object[] _args = new object[0];
     Lite.ServiceGestionCuentas.gestionaCuentaResponse _result = ((Lite.ServiceGestionCuentas.gestionaCuentaResponse)(base.EndInvoke("gestionaCuenta", _args, result)));
     return(_result);
 }