Esempio n. 1
0
 public System.IAsyncResult BegingestionaCuenta(Lite.ServiceGestionCuentas1.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);
 }
Esempio n. 2
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));
 }
Esempio n. 3
0
 System.IAsyncResult Lite.ServiceGestionCuentas1.WsGestionaInfoCuentasPortType.BegingestionaCuenta(Lite.ServiceGestionCuentas1.gestionaCuentaRequest request, System.AsyncCallback callback, object asyncState)
 {
     return(base.Channel.BegingestionaCuenta(request, callback, asyncState));
 }