/// <remarks/> public void ReprocesarLoteFacturasBienesCapitalAsync(string EmpresaID, RequestBatch documentBatch, object userState) { if ((this.ReprocesarLoteFacturasBienesCapitalOperationCompleted == null)) { this.ReprocesarLoteFacturasBienesCapitalOperationCompleted = new System.Threading.SendOrPostCallback(this.OnReprocesarLoteFacturasBienesCapitalOperationCompleted); } this.InvokeAsync("ReprocesarLoteFacturasBienesCapital", new object[] { EmpresaID, documentBatch}, this.ReprocesarLoteFacturasBienesCapitalOperationCompleted, userState); }
public string ReprocesarLoteFacturasBienesCapital(string EmpresaID, RequestBatch documentBatch) { object[] results = this.Invoke("ReprocesarLoteFacturasBienesCapital", new object[] { EmpresaID, documentBatch}); return ((string)(results[0])); }
/// <remarks/> public void ReprocesarLoteFacturasBienesCapitalAsync(string EmpresaID, RequestBatch documentBatch) { this.ReprocesarLoteFacturasBienesCapitalAsync(EmpresaID, documentBatch, null); }
/// <remarks/> public void ReprocesarLoteFacturasExportacionAsync(string EmpresaID, RequestBatch documentBatch) { this.ReprocesarLoteFacturasExportacionAsync(EmpresaID, documentBatch, null); }
public string ReprocesarLoteFacturasExportacion(string EmpresaID, RequestBatch documentBatch) { object[] results = this.Invoke("ReprocesarLoteFacturasExportacion", new object[] { EmpresaID, documentBatch}); return ((string)(results[0])); }
/// <remarks/> public void ProcesarLoteFacturasExportacionObjAsync(string EmpresaID, RequestBatch documentBatch, object userState) { if ((this.ProcesarLoteFacturasExportacionObjOperationCompleted == null)) { this.ProcesarLoteFacturasExportacionObjOperationCompleted = new System.Threading.SendOrPostCallback(this.OnProcesarLoteFacturasExportacionObjOperationCompleted); } this.InvokeAsync("ProcesarLoteFacturasExportacionObj", new object[] { EmpresaID, documentBatch}, this.ProcesarLoteFacturasExportacionObjOperationCompleted, userState); }
public ResponseBatch ProcesarLoteFacturasExportacionObj(string EmpresaID, RequestBatch documentBatch) { object[] results = this.Invoke("ProcesarLoteFacturasExportacionObj", new object[] { EmpresaID, documentBatch}); return ((ResponseBatch)(results[0])); }
/// <remarks/> public void ProcesarLoteFacturasBienesServiciosObjAsync(string EmpresaID, RequestBatch documentBatch) { this.ProcesarLoteFacturasBienesServiciosObjAsync(EmpresaID, documentBatch, null); }