Example #1
0
 /// <remarks/>
 public void ValidaNotaCreditoAsync(NotaCredito NOTACREDITO, object userState) {
     if ((this.ValidaNotaCreditoOperationCompleted == null)) {
         this.ValidaNotaCreditoOperationCompleted = new System.Threading.SendOrPostCallback(this.OnValidaNotaCreditoOperationCompleted);
     }
     this.InvokeAsync("ValidaNotaCredito", new object[] {
                 NOTACREDITO}, this.ValidaNotaCreditoOperationCompleted, userState);
 }
Example #2
0
 /// <remarks/>
 public void ValidaNotaCreditoAsync(NotaCredito NOTACREDITO) {
     this.ValidaNotaCreditoAsync(NOTACREDITO, null);
 }
Example #3
0
 /// <remarks/>
 public void RegistraNotaCredito3Async(NotaCredito NOTACREDITO) {
     this.RegistraNotaCredito3Async(NOTACREDITO, null);
 }
Example #4
0
 /// <remarks/>
 public void RegistraNotaCredito3Async(NotaCredito NOTACREDITO, object userState) {
     if ((this.RegistraNotaCredito3OperationCompleted == null)) {
         this.RegistraNotaCredito3OperationCompleted = new System.Threading.SendOrPostCallback(this.OnRegistraNotaCredito3OperationCompleted);
     }
     this.InvokeAsync("RegistraNotaCredito3", new object[] {
                 NOTACREDITO}, this.RegistraNotaCredito3OperationCompleted, userState);
 }
Example #5
0
 /// <remarks/>
 public void AnulaNotaCreditoAsync(NotaCredito NOTACREDITO) {
     this.AnulaNotaCreditoAsync(NOTACREDITO, null);
 }