Пример #1
0
 public System.IAsyncResult BegingestionaCuenta(Lite.ServiceGestionCuentas.gestionaCuentaRequest request, System.AsyncCallback callback, object asyncState)
 {
     object[] _args = new object[1];
     _args[0] = request;
     System.IAsyncResult _result = base.BeginInvoke("gestionaCuenta", _args, callback, asyncState);
     return(_result);
 }
Пример #2
0
 public void gestionaCuentaAsync(Lite.ServiceGestionCuentas.gestionaCuentaRequest request, object userState)
 {
     if ((this.onBegingestionaCuentaDelegate == null))
     {
         this.onBegingestionaCuentaDelegate = new BeginOperationDelegate(this.OnBegingestionaCuenta);
     }
     if ((this.onEndgestionaCuentaDelegate == null))
     {
         this.onEndgestionaCuentaDelegate = new EndOperationDelegate(this.OnEndgestionaCuenta);
     }
     if ((this.ongestionaCuentaCompletedDelegate == null))
     {
         this.ongestionaCuentaCompletedDelegate = new System.Threading.SendOrPostCallback(this.OngestionaCuentaCompleted);
     }
     base.InvokeAsync(this.onBegingestionaCuentaDelegate, new object[] {
         request
     }, this.onEndgestionaCuentaDelegate, this.ongestionaCuentaCompletedDelegate, userState);
 }
Пример #3
0
 private System.IAsyncResult OnBegingestionaCuenta(object[] inValues, System.AsyncCallback callback, object asyncState)
 {
     Lite.ServiceGestionCuentas.gestionaCuentaRequest request = ((Lite.ServiceGestionCuentas.gestionaCuentaRequest)(inValues[0]));
     return(((Lite.ServiceGestionCuentas.WsGestionaInfoCuentasPortType)(this)).BegingestionaCuenta(request, callback, asyncState));
 }
Пример #4
0
 public void gestionaCuentaAsync(Lite.ServiceGestionCuentas.gestionaCuentaRequest request)
 {
     this.gestionaCuentaAsync(request, null);
 }
Пример #5
0
 System.IAsyncResult Lite.ServiceGestionCuentas.WsGestionaInfoCuentasPortType.BegingestionaCuenta(Lite.ServiceGestionCuentas.gestionaCuentaRequest request, System.AsyncCallback callback, object asyncState)
 {
     return(base.Channel.BegingestionaCuenta(request, callback, asyncState));
 }