Esempio n. 1
0
 /// <remarks/>
 public void IncluiBaixaContasReceberAsync(TBaixaContasaReceber BaixaContasaReceber) {
     this.IncluiBaixaContasReceberAsync(BaixaContasaReceber, null);
 }
Esempio n. 2
0
 /// <remarks/>
 public void IncluiBaixaContasReceberAsync(TBaixaContasaReceber BaixaContasaReceber, object userState) {
     if ((this.IncluiBaixaContasReceberOperationCompleted == null)) {
         this.IncluiBaixaContasReceberOperationCompleted = new System.Threading.SendOrPostCallback(this.OnIncluiBaixaContasReceberOperationCompleted);
     }
     this.InvokeAsync("IncluiBaixaContasReceber", new object[] {
                 BaixaContasaReceber}, this.IncluiBaixaContasReceberOperationCompleted, userState);
 }
Esempio n. 3
0
 public string IncluiBaixaContasReceber(TBaixaContasaReceber BaixaContasaReceber) {
     object[] results = this.Invoke("IncluiBaixaContasReceber", new object[] {
                 BaixaContasaReceber});
     return ((string)(results[0]));
 }