Exemplo n.º 1
0
 /// <remarks/>
 public void receiveFacturasConSchemaAsync(lote_comprobantes lote_comprobantes) {
     this.receiveFacturasConSchemaAsync(lote_comprobantes, null);
 }
Exemplo n.º 2
0
 /// <remarks/>
 public void receiveFacturasConSchemaAsync(lote_comprobantes lote_comprobantes, object userState) {
     if ((this.receiveFacturasConSchemaOperationCompleted == null)) {
         this.receiveFacturasConSchemaOperationCompleted = new System.Threading.SendOrPostCallback(this.OnreceiveFacturasConSchemaOperationCompleted);
     }
     this.InvokeAsync("receiveFacturasConSchema", new object[] {
                 lote_comprobantes}, this.receiveFacturasConSchemaOperationCompleted, userState);
 }