예제 #1
0
 /// <remarks/>
 public void RecepcionarLoteRpsAsync(EnviarLoteRpsEnvio EnviarLoteRpsEnvio) {
     this.RecepcionarLoteRpsAsync(EnviarLoteRpsEnvio, null);
 }
예제 #2
0
 /// <remarks/>
 public void RecepcionarLoteRpsAsync(EnviarLoteRpsEnvio EnviarLoteRpsEnvio, object userState) {
     if ((this.RecepcionarLoteRpsOperationCompleted == null)) {
         this.RecepcionarLoteRpsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnRecepcionarLoteRpsOperationCompleted);
     }
     this.InvokeAsync("RecepcionarLoteRps", new object[] {
                 EnviarLoteRpsEnvio}, this.RecepcionarLoteRpsOperationCompleted, userState);
 }
예제 #3
0
 public EnviarLoteRpsResposta RecepcionarLoteRps(EnviarLoteRpsEnvio EnviarLoteRpsEnvio) {
     object[] results = this.Invoke("RecepcionarLoteRps", new object[] {
                 EnviarLoteRpsEnvio});
     return ((EnviarLoteRpsResposta)(results[0]));
 }