Example #1
0
 public void gestionaCuentaAsync(Lite.ServiceGestionCuentas1.WsGestionaInfoCuentasRQType WsGestionaInfoCuentasRQ, 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[] {
         WsGestionaInfoCuentasRQ
     }, this.onEndgestionaCuentaDelegate, this.ongestionaCuentaCompletedDelegate, userState);
 }
Example #2
0
 public void gestionaCuentaAsync(Lite.ServiceGestionCuentas1.WsGestionaInfoCuentasRQType WsGestionaInfoCuentasRQ)
 {
     this.gestionaCuentaAsync(WsGestionaInfoCuentasRQ, null);
 }
Example #3
0
 private System.IAsyncResult BegingestionaCuenta(Lite.ServiceGestionCuentas1.WsGestionaInfoCuentasRQType WsGestionaInfoCuentasRQ, System.AsyncCallback callback, object asyncState)
 {
     Lite.ServiceGestionCuentas1.gestionaCuentaRequest inValue = new Lite.ServiceGestionCuentas1.gestionaCuentaRequest();
     inValue.WsGestionaInfoCuentasRQ = WsGestionaInfoCuentasRQ;
     return(((Lite.ServiceGestionCuentas1.WsGestionaInfoCuentasPortType)(this)).BegingestionaCuenta(inValue, callback, asyncState));
 }
Example #4
0
 private System.IAsyncResult OnBegingestionaCuenta(object[] inValues, System.AsyncCallback callback, object asyncState)
 {
     Lite.ServiceGestionCuentas1.WsGestionaInfoCuentasRQType WsGestionaInfoCuentasRQ = ((Lite.ServiceGestionCuentas1.WsGestionaInfoCuentasRQType)(inValues[0]));
     return(this.BegingestionaCuenta(WsGestionaInfoCuentasRQ, callback, asyncState));
 }
Example #5
0
 public gestionaCuentaRequest(Lite.ServiceGestionCuentas1.WsGestionaInfoCuentasRQType WsGestionaInfoCuentasRQ)
 {
     this.WsGestionaInfoCuentasRQ = WsGestionaInfoCuentasRQ;
 }