示例#1
0
 /// <remarks/>
 public void getLoteFacturasConSchemaAsync(consulta_lote_comprobantes consulta_lote_comprobantes, object userState) {
     if ((this.getLoteFacturasConSchemaOperationCompleted == null)) {
         this.getLoteFacturasConSchemaOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetLoteFacturasConSchemaOperationCompleted);
     }
     this.InvokeAsync("getLoteFacturasConSchema", new object[] {
                 consulta_lote_comprobantes}, this.getLoteFacturasConSchemaOperationCompleted, userState);
 }
示例#2
0
 /// <remarks/>
 public void getLoteFacturasConSchemaAsync(consulta_lote_comprobantes consulta_lote_comprobantes) {
     this.getLoteFacturasConSchemaAsync(consulta_lote_comprobantes, null);
 }