/// <remarks/> public void ValidaFacturaAsync(Factura FACTURA, object userState) { if ((this.ValidaFacturaOperationCompleted == null)) { this.ValidaFacturaOperationCompleted = new System.Threading.SendOrPostCallback(this.OnValidaFacturaOperationCompleted); } this.InvokeAsync("ValidaFactura", new object[] { FACTURA}, this.ValidaFacturaOperationCompleted, userState); }
/// <remarks/> public void ValidaFacturaAsync(Factura FACTURA) { this.ValidaFacturaAsync(FACTURA, null); }
/// <remarks/> public void RegistraFactura2Async(Factura FACTURA) { this.RegistraFactura2Async(FACTURA, null); }
/// <remarks/> public void RegistraFactura2Async(Factura FACTURA, object userState) { if ((this.RegistraFactura2OperationCompleted == null)) { this.RegistraFactura2OperationCompleted = new System.Threading.SendOrPostCallback(this.OnRegistraFactura2OperationCompleted); } this.InvokeAsync("RegistraFactura2", new object[] { FACTURA}, this.RegistraFactura2OperationCompleted, userState); }
/// <remarks/> public void AnulaFacturaAsync(Factura FACTURA) { this.AnulaFacturaAsync(FACTURA, null); }