Beispiel #1
0
 private object[] OnEndalmacenaUbicacionProspectoFV(System.IAsyncResult result)
 {
     Lite.ServiceAlmacenaProspecto.almacenaUbicacionProspectoFVResponse retVal = ((Lite.ServiceAlmacenaProspecto.WsAlmacenaUbicacionProspectoFVPortType)(this)).EndalmacenaUbicacionProspectoFV(result);
     return(new object[] {
         retVal
     });
 }
Beispiel #2
0
 public Lite.ServiceAlmacenaProspecto.almacenaUbicacionProspectoFVResponse EndalmacenaUbicacionProspectoFV(System.IAsyncResult result)
 {
     object[] _args = new object[0];
     Lite.ServiceAlmacenaProspecto.almacenaUbicacionProspectoFVResponse _result = null;
     try
     {
         _result = ((Lite.ServiceAlmacenaProspecto.almacenaUbicacionProspectoFVResponse)(base.EndInvoke("almacenaUbicacionProspectoFV", _args, result)));
     }
     catch { }
     return(_result);
 }