/// <remarks/> public void AnulacionNotaDebitoAsync(AnulaNotaDebito NOTADEBITO, object userState) { if ((this.AnulacionNotaDebitoOperationCompleted == null)) { this.AnulacionNotaDebitoOperationCompleted = new System.Threading.SendOrPostCallback(this.OnAnulacionNotaDebitoOperationCompleted); } this.InvokeAsync("AnulacionNotaDebito", new object[] { NOTADEBITO}, this.AnulacionNotaDebitoOperationCompleted, userState); }
/// <remarks/> public void AnulacionNotaDebitoAsync(AnulaNotaDebito NOTADEBITO) { this.AnulacionNotaDebitoAsync(NOTADEBITO, null); }