コード例 #1
0
ファイル: Reference.cs プロジェクト: quiquesys/PFACW0001
 /// <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);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: quiquesys/PFACW0001
 /// <remarks/>
 public void ValidaNotaCreditoAsync(NotaCredito NOTACREDITO) {
     this.ValidaNotaCreditoAsync(NOTACREDITO, null);
 }
コード例 #3
0
ファイル: Reference.cs プロジェクト: quiquesys/PFACW0001
 /// <remarks/>
 public void RegistraNotaCredito3Async(NotaCredito NOTACREDITO) {
     this.RegistraNotaCredito3Async(NOTACREDITO, null);
 }
コード例 #4
0
ファイル: Reference.cs プロジェクト: quiquesys/PFACW0001
 /// <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);
 }
コード例 #5
0
ファイル: Reference.cs プロジェクト: quiquesys/PFACW0001
 /// <remarks/>
 public void AnulaNotaCreditoAsync(NotaCredito NOTACREDITO) {
     this.AnulaNotaCreditoAsync(NOTACREDITO, null);
 }