Ejemplo n.º 1
0
 /// <remarks/>
 public void IncluiBaixaContasReceberCartaoAsync(TBaixaVencimentoCartaoaReceber BaixaVencimentoCartaoaReceber) {
     this.IncluiBaixaContasReceberCartaoAsync(BaixaVencimentoCartaoaReceber, null);
 }
Ejemplo n.º 2
0
 /// <remarks/>
 public void IncluiBaixaContasReceberCartaoAsync(TBaixaVencimentoCartaoaReceber BaixaVencimentoCartaoaReceber, object userState) {
     if ((this.IncluiBaixaContasReceberCartaoOperationCompleted == null)) {
         this.IncluiBaixaContasReceberCartaoOperationCompleted = new System.Threading.SendOrPostCallback(this.OnIncluiBaixaContasReceberCartaoOperationCompleted);
     }
     this.InvokeAsync("IncluiBaixaContasReceberCartao", new object[] {
                 BaixaVencimentoCartaoaReceber}, this.IncluiBaixaContasReceberCartaoOperationCompleted, userState);
 }
Ejemplo n.º 3
0
 public string IncluiBaixaContasReceberCartao(TBaixaVencimentoCartaoaReceber BaixaVencimentoCartaoaReceber) {
     object[] results = this.Invoke("IncluiBaixaContasReceberCartao", new object[] {
                 BaixaVencimentoCartaoaReceber});
     return ((string)(results[0]));
 }