コード例 #1
0
ファイル: Reference.cs プロジェクト: medKHALIFI/lab_assistant
 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);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: medKHALIFI/lab_assistant
 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));
 }
コード例 #3
0
ファイル: Reference.cs プロジェクト: medKHALIFI/lab_assistant
 System.IAsyncResult Lite.ServiceGestionCuentas1.WsGestionaInfoCuentasPortType.BegingestionaCuenta(Lite.ServiceGestionCuentas1.gestionaCuentaRequest request, System.AsyncCallback callback, object asyncState)
 {
     return(base.Channel.BegingestionaCuenta(request, callback, asyncState));
 }