예제 #1
0
 public System.IAsyncResult BeginalmacenaUbicacionProspectoFV(Lite.ServiceAlmacenaProspecto.almacenaUbicacionProspectoFVRequest request, System.AsyncCallback callback, object asyncState)
 {
     object[] _args = new object[1];
     _args[0] = request;
     System.IAsyncResult _result = base.BeginInvoke("almacenaUbicacionProspectoFV", _args, callback, asyncState);
     return(_result);
 }
예제 #2
0
 public void almacenaUbicacionProspectoFVAsync(Lite.ServiceAlmacenaProspecto.almacenaUbicacionProspectoFVRequest request, object userState)
 {
     if ((this.onBeginalmacenaUbicacionProspectoFVDelegate == null))
     {
         this.onBeginalmacenaUbicacionProspectoFVDelegate = new BeginOperationDelegate(this.OnBeginalmacenaUbicacionProspectoFV);
     }
     if ((this.onEndalmacenaUbicacionProspectoFVDelegate == null))
     {
         this.onEndalmacenaUbicacionProspectoFVDelegate = new EndOperationDelegate(this.OnEndalmacenaUbicacionProspectoFV);
     }
     if ((this.onalmacenaUbicacionProspectoFVCompletedDelegate == null))
     {
         this.onalmacenaUbicacionProspectoFVCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnalmacenaUbicacionProspectoFVCompleted);
     }
     base.InvokeAsync(this.onBeginalmacenaUbicacionProspectoFVDelegate, new object[] {
         request
     }, this.onEndalmacenaUbicacionProspectoFVDelegate, this.onalmacenaUbicacionProspectoFVCompletedDelegate, userState);
 }
예제 #3
0
 private System.IAsyncResult OnBeginalmacenaUbicacionProspectoFV(object[] inValues, System.AsyncCallback callback, object asyncState)
 {
     Lite.ServiceAlmacenaProspecto.almacenaUbicacionProspectoFVRequest request = ((Lite.ServiceAlmacenaProspecto.almacenaUbicacionProspectoFVRequest)(inValues[0]));
     return(((Lite.ServiceAlmacenaProspecto.WsAlmacenaUbicacionProspectoFVPortType)(this)).BeginalmacenaUbicacionProspectoFV(request, callback, asyncState));
 }
예제 #4
0
 public void almacenaUbicacionProspectoFVAsync(Lite.ServiceAlmacenaProspecto.almacenaUbicacionProspectoFVRequest request)
 {
     this.almacenaUbicacionProspectoFVAsync(request, null);
 }
예제 #5
0
 System.IAsyncResult Lite.ServiceAlmacenaProspecto.WsAlmacenaUbicacionProspectoFVPortType.BeginalmacenaUbicacionProspectoFV(Lite.ServiceAlmacenaProspecto.almacenaUbicacionProspectoFVRequest request, System.AsyncCallback callback, object asyncState)
 {
     return(base.Channel.BeginalmacenaUbicacionProspectoFV(request, callback, asyncState));
 }